mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-11 14:10:34 +00:00
Fix a spelling mistake.
PR: 40695 Submitted by: Maxim Maximov <mcsi@agava.com> MFC after: 1 week
This commit is contained in:
parent
8306a37bbb
commit
999feccf15
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100252
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user