]> granicus.if.org Git - shadow/commitdiff
spelling: locally
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 22 Oct 2017 20:28:46 +0000 (20:28 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 22 Oct 2017 20:28:46 +0000 (20:28 +0000)
NEWS
tests/cktools/grpck/10_grpck_missing_field_group_local/grpck.test
tests/cktools/grpck/11_grpck_missing_field_gshadow_local/grpck.test
tests/cktools/grpck/31_grpck_missing_field_group_local_no_gshadow/grpck.test
tests/cktools/pwck/10_pwck_missing_field_passwd_local/pwck.test
tests/cktools/pwck/11_pwck_missing_field_shadow_local/pwck.test

diff --git a/NEWS b/NEWS
index 5730faa3759d6663f55e642af3ccc0b83e18aa5e..598b0024d63fa0b43f399fe67c804c929fe80673 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1260,7 +1260,7 @@ shadow-4.0.4.1 -> shadow-4.0.5                                            27-10-2004
   better for send directly via email for each users as message with account
   status (for example as message with warning about account/password expiration),
 - login: fixed handle -f option: now it works correctly without specify "-h
-  <host>" if open login session localy is required (thanks for help
+  <host>" if open login session locally is required (thanks for help
   investigate bug for Krzysztof Kotlenga),
 - userdel: when removing a user with userdel, userdel was always exits with 1 (fixed).
   Based on http://bugs.gentoo.org/show_bug.cgi?id=66687,
index 63c75aa05984fc62761f75e1e05103be7dfd9a27..666852e0bcc8b3c0328d74fcb6ead758f28ef86a 100755 (executable)
@@ -16,7 +16,7 @@ trap 'log_status "$0" "FAILURE"; restore_config' 0
 
 change_config
 
-echo -n "copy group and gshadow localy..."
+echo -n "copy group and gshadow locally..."
 cp /etc/group /etc/gshadow tmp/
 echo "OK"
 
index 63c75aa05984fc62761f75e1e05103be7dfd9a27..666852e0bcc8b3c0328d74fcb6ead758f28ef86a 100755 (executable)
@@ -16,7 +16,7 @@ trap 'log_status "$0" "FAILURE"; restore_config' 0
 
 change_config
 
-echo -n "copy group and gshadow localy..."
+echo -n "copy group and gshadow locally..."
 cp /etc/group /etc/gshadow tmp/
 echo "OK"
 
index 744dd0724dbfa4358223664e154e0eadbeac51f6..3c7496002a2b584719bbfdc8fe585b54cd2f94ee 100755 (executable)
@@ -16,7 +16,7 @@ trap 'log_status "$0" "FAILURE"; restore_config' 0
 
 change_config
 
-echo -n "copy group and gshadow localy..."
+echo -n "copy group and gshadow locally..."
 cp /etc/group tmp/
 echo "OK"
 
index 4ca903f72cf29c378b549f20692205758f2ab7d5..b66eb340a199887343dd5e28033f0aed5dd48498 100755 (executable)
@@ -16,7 +16,7 @@ trap 'log_status "$0" "FAILURE"; restore_config' 0
 
 change_config
 
-echo -n "copy passwd and shadow localy..."
+echo -n "copy passwd and shadow locally..."
 cp /etc/passwd /etc/shadow tmp/
 echo "OK"
 
index fd3f4e6db595bfaed240edb9a8d457ce986d565d..b7675e65f96261c101c43988bb2efd0bb41ebc62 100755 (executable)
@@ -16,7 +16,7 @@ trap 'log_status "$0" "FAILURE"; restore_config' 0
 
 change_config
 
-echo -n "copy passwd and shadow localy..."
+echo -n "copy passwd and shadow locally..."
 cp /etc/passwd /etc/shadow tmp/
 echo "OK"