From: Sascha Wildner Date: Mon, 21 Jul 2008 23:42:02 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v2.1.1~847 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/36e1ae1aadaebc50b13f90162377ac0e27a0bebd Fix typo. --- diff --git a/gnu/usr.bin/rcs/rcsfreeze/rcsfreeze.sh b/gnu/usr.bin/rcs/rcsfreeze/rcsfreeze.sh index 34684b3e17..254b9cd4d1 100644 --- a/gnu/usr.bin/rcs/rcsfreeze/rcsfreeze.sh +++ b/gnu/usr.bin/rcs/rcsfreeze/rcsfreeze.sh @@ -3,7 +3,7 @@ # rcsfreeze - assign a symbolic revision number to a configuration of RCS files # $FreeBSD: src/gnu/usr.bin/rcs/rcsfreeze/rcsfreeze.sh,v 1.8.2.1 2001/03/05 13:08:40 ru Exp $ -# $DragonFly: src/gnu/usr.bin/rcs/rcsfreeze/rcsfreeze.sh,v 1.2 2003/06/17 04:25:48 dillon Exp $ +# $DragonFly: src/gnu/usr.bin/rcs/rcsfreeze/rcsfreeze.sh,v 1.3 2008/07/21 23:42:01 swildner Exp $ # The idea is to run rcsfreeze each time a new version is checked # in. A unique symbolic revision number (C_[number], where number @@ -62,7 +62,7 @@ rcsfreeze: give log message, summarizing changes (end with EOF or single '.')" \ # first we will have to save everything right now in a temporary file. TMPLOG=/tmp/rcsfrz$$ trap 'rm -f $TMPLOG; exit 1' 1 2 13 15 -# Now ask for a log message, continously add to the log file +# Now ask for a log message, continuously add to the log file ( echo "Version: $SYMREVNAME($SYMREV), Date: $DATE -----------" || exit diff --git a/sbin/mount_hammer/mount_hammer.8 b/sbin/mount_hammer/mount_hammer.8 index d3730e5c39..b02c2b16ef 100644 --- a/sbin/mount_hammer/mount_hammer.8 +++ b/sbin/mount_hammer/mount_hammer.8 @@ -30,7 +30,7 @@ .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $DragonFly: src/sbin/mount_hammer/mount_hammer.8,v 1.11 2008/07/19 18:48:15 dillon Exp $ +.\" $DragonFly: src/sbin/mount_hammer/mount_hammer.8,v 1.12 2008/07/21 23:42:01 swildner Exp $ .Dd June 24, 2008 .Dt MOUNT_HAMMER 8 .Os @@ -54,7 +54,7 @@ utility mounts a HAMMER filesystem backed by one or more block devices. .Ar Special files can be separated by colon, .Dq \&: , -instead of blanks, this is usefull in +instead of blanks, this is useful in .Xr fstab 5 . .Pp The options are as follows: diff --git a/sbin/rcrun/rcrun.sh b/sbin/rcrun/rcrun.sh index dfabc74a58..4619e4dfd8 100644 --- a/sbin/rcrun/rcrun.sh +++ b/sbin/rcrun/rcrun.sh @@ -2,7 +2,7 @@ # # rcng command # -# $DragonFly: src/sbin/rcrun/rcrun.sh,v 1.8 2007/10/06 17:31:21 swildner Exp $ +# $DragonFly: src/sbin/rcrun/rcrun.sh,v 1.9 2008/07/21 23:42:02 swildner Exp $ dostart() { @@ -37,7 +37,7 @@ dostart() fi done done - # $j contains the last dependancy, which we run + # $j contains the last dependency, which we run # if [ X$j = X ]; then echo "Unable to find keyword $i" diff --git a/sys/bus/isa/pnpparse.c b/sys/bus/isa/pnpparse.c index c680aa640b..d36a29fc0b 100644 --- a/sys/bus/isa/pnpparse.c +++ b/sys/bus/isa/pnpparse.c @@ -24,7 +24,7 @@ * SUCH DAMAGE. * * $FreeBSD: src/sys/isa/pnpparse.c,v 1.14 2003/06/11 00:32:45 obrien Exp $ - * $DragonFly: src/sys/bus/isa/pnpparse.c,v 1.10 2006/12/22 23:12:16 swildner Exp $ + * $DragonFly: src/sys/bus/isa/pnpparse.c,v 1.11 2008/07/21 23:42:02 swildner Exp $ */ #include @@ -458,7 +458,7 @@ pnp_parse_resources(device_t dev, u_char *resources, int len, int ldn) } start = p + l; if (ncfgs > MAXDEP) { - device_printf(parent, "too many dependant configs (%d)\n", MAXDEP); + device_printf(parent, "too many dependent configs (%d)\n", MAXDEP); len = 0; break; } diff --git a/usr.sbin/adduser/adduser.sh b/usr.sbin/adduser/adduser.sh index 4ad966b2d4..3a8a9d3d59 100644 --- a/usr.sbin/adduser/adduser.sh +++ b/usr.sbin/adduser/adduser.sh @@ -25,7 +25,7 @@ # Email: Mike Makonnen # # $FreeBSD: src/usr.sbin/adduser/adduser.sh,v 1.31 2007/10/20 00:45:31 mtm Exp $ -# $DragonFly: src/usr.sbin/adduser/adduser.sh,v 1.3 2008/05/18 03:02:53 pavalos Exp $ +# $DragonFly: src/usr.sbin/adduser/adduser.sh,v 1.4 2008/07/21 23:42:02 swildner Exp $ # # err msg @@ -882,7 +882,7 @@ if [ -n "$readconfig" ]; then fi fi -# Proccess command-line options +# Process command-line options # for _switch ; do case $_switch in