Fix a spelling mistake.

PR:		40695
Submitted by:	Maxim Maximov <mcsi@agava.com>
MFC after:	1 week
This commit is contained in:
David Malone 2002-07-17 16:22:24 +00:00
parent 8306a37bbb
commit 999feccf15
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100252

View File

@ -142,7 +142,7 @@ main(int argc, char **argv)
}
#ifdef SUPPORT_DOT
else if ((cp = strchr(*argv, '.')) != NULL) {
warnx("seperation of user and group with a period is deprecated");
warnx("separation of user and group with a period is deprecated");
*cp++ = '\0';
a_gid(cp);
}