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"