mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue