spelling: comment

This commit is contained in:
Josh Soref 2017-10-22 18:25:35 +00:00
parent c2ada4c306
commit 60d2888605
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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"