]> granicus.if.org Git - shadow/commitdiff
spelling: comment
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 22 Oct 2017 18:25:35 +0000 (18:25 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 22 Oct 2017 18:25:35 +0000 (18:25 +0000)
tests/usertools/28_usermod-c_locked_group/usermod.test
tests/usertools/29_usermod-c_locked_gshadow/usermod.test

index 6275a9aa1cf2fefe26137da000af62e9580cd148..9bb03a0a17ae7f51c36ca480bd3607a18e0fe27a 100755 (executable)
@@ -20,7 +20,7 @@ echo -n "Create lock file for /etc/group..."
 touch /etc/group.lock
 echo "done"
 
-echo -n "Change the user's comment (usermod -c \"new coment\" foo)..."
+echo -n "Change the user's comment (usermod -c \"new comment\" foo)..."
 usermod -c "new comment" foo
 echo "OK"
 
index f7a14c9c1f5494909409fbd1273f5d262ba868b3..096b05fe227ad1edab57ed3bd5cfff510155baa0 100755 (executable)
@@ -20,7 +20,7 @@ echo -n "Create lock file for /etc/gshadow..."
 touch /etc/gshadow.lock
 echo "done"
 
-echo -n "Change the user's comment (usermod -c \"new coment\" foo)..."
+echo -n "Change the user's comment (usermod -c \"new comment\" foo)..."
 usermod -c "new comment" foo
 echo "OK"