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
@ -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…
x
Reference in New Issue
Block a user