Fix a particularly egregious grammar error.

Approved by:	wpaul
MFC after:	1 day
This commit is contained in:
Adam Weinberger 2005-05-24 04:50:07 +00:00
parent 1f4d94b986
commit d72fd3f9e4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=146556

View file

@ -301,7 +301,7 @@ if [ ! "$userlist" ]; then
show_usage
exit 1
else
echo -n "Please enter one or more user name's: "
echo -n "Please enter one or more usernames: "
read userlist
fi
fi