]> granicus.if.org Git - shadow/commitdiff
spelling: default
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 22 Oct 2017 18:34:35 +0000 (18:34 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 22 Oct 2017 18:34:35 +0000 (18:34 +0000)
contrib/adduser2.sh
tests/usertools/useradd/31_useradd_usage_user_with-D/useradd.test
tests/usertools/useradd/41_useradd_default_default_SKEL/useradd.test
tests/usertools/useradd/42_useradd_default_default_CREATE_MAIL_SPOOL/useradd.test

index a2b36b25f88e48de2fbf613bf87d8133d71d0a35..7656d02858c105666f4b47dced07972d455e9ac4 100755 (executable)
@@ -32,7 +32,7 @@ def_home_dir=/home/users
 # default shell
 def_shell=/bin/tcsh
 
-# Defaul expiration date (mm/dd/yy)
+# Default expiration date (mm/dd/yy)
 def_expire=""
 
 # default dates
index b66842ba422257f77f970d0f016aa560639439b1..f5f5f4b99e923df78e2f4163fce3387acf746dea 100755 (executable)
@@ -16,7 +16,7 @@ trap 'log_status "$0" "FAILURE"; restore_config' 0
 
 change_config
 
-echo -n "Set defaulkt with useradd and specify an user (useradd -D nobody)..."
+echo -n "Set default with useradd and specify an user (useradd -D nobody)..."
 useradd -D nobody 2>tmp/usage.out && exit 1 || {
        status=$?
 }
index 0ca12b61cda4653d42217fa9fa0db4e273273af2..41ffb2b3513a612572cdbf700a4ea78c1838a48f 100755 (executable)
@@ -7,7 +7,7 @@ cd $(dirname $0)
 . ../../../common/config.sh
 . ../../../common/log.sh
 
-log_start "$0" "useradd uses the defautl SKEL value is SKEL is set to empty"
+log_start "$0" "useradd uses the default SKEL value is SKEL is set to empty"
 
 save_config
 
index 0ca12b61cda4653d42217fa9fa0db4e273273af2..41ffb2b3513a612572cdbf700a4ea78c1838a48f 100755 (executable)
@@ -7,7 +7,7 @@ cd $(dirname $0)
 . ../../../common/config.sh
 . ../../../common/log.sh
 
-log_start "$0" "useradd uses the defautl SKEL value is SKEL is set to empty"
+log_start "$0" "useradd uses the default SKEL value is SKEL is set to empty"
 
 save_config