From: Josh Soref Date: Sun, 22 Oct 2017 18:25:35 +0000 (+0000) Subject: spelling: comment X-Git-Tag: 4.6~9^2~67 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=60d2888605b140ae552eef22c3ec0dfefe2a39f0;p=shadow spelling: comment --- diff --git a/tests/usertools/28_usermod-c_locked_group/usermod.test b/tests/usertools/28_usermod-c_locked_group/usermod.test index 6275a9aa..9bb03a0a 100755 --- a/tests/usertools/28_usermod-c_locked_group/usermod.test +++ b/tests/usertools/28_usermod-c_locked_group/usermod.test @@ -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" diff --git a/tests/usertools/29_usermod-c_locked_gshadow/usermod.test b/tests/usertools/29_usermod-c_locked_gshadow/usermod.test index f7a14c9c..096b05fe 100755 --- a/tests/usertools/29_usermod-c_locked_gshadow/usermod.test +++ b/tests/usertools/29_usermod-c_locked_gshadow/usermod.test @@ -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"