summaryrefslogtreecommitdiffstats
path: root/adduser
diff options
context:
space:
mode:
authorUlrich Spörlein <uqs@FreeBSD.org>2011-12-30 10:58:14 +0000
committerUlrich Spörlein <uqs@FreeBSD.org>2011-12-30 10:58:14 +0000
commitaf07fd95ed13319f60efea3bc5c3cae1f58a18b8 (patch)
treea58a9c3529153d8743590ead7421d1b3b5a5fd43 /adduser
parentd49f0518f34bab2eb0f3f131f3ddbdbdb5c70059 (diff)
downloadpw-darwin-af07fd95ed13319f60efea3bc5c3cae1f58a18b8.tar.gz
pw-darwin-af07fd95ed13319f60efea3bc5c3cae1f58a18b8.tar.zst
pw-darwin-af07fd95ed13319f60efea3bc5c3cae1f58a18b8.zip
Spelling fixes for usr.sbin/
Diffstat (limited to 'adduser')
-rw-r--r--adduser/adduser.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/adduser/adduser.sh b/adduser/adduser.sh
index 8e05f33..f645f59 100644
--- a/adduser/adduser.sh
+++ b/adduser/adduser.sh
@@ -894,7 +894,7 @@ if [ "$procowner" != "0" ]; then
exit 1
fi
-# Overide from our conf file
+# Override from our conf file
# Quickly go through the commandline line to see if we should read
# from our configuration file. The actual parsing of the commandline
# arguments happens after we read in our configuration file (commandline
@@ -914,7 +914,7 @@ if [ -n "$readconfig" ]; then
fi
fi
-# Proccess command-line options
+# Process command-line options
#
for _switch ; do
case $_switch in