mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Correct a typo in an error message.
This commit is contained in:
parent
fd67620214
commit
1fecc3ff98
1 changed files with 1 additions and 1 deletions
|
|
@ -404,7 +404,7 @@ with the same UID - continuing");
|
|||
if (!strstr(data.data, pwbuf)) {
|
||||
yp_error("warning: found entry for user %s \
|
||||
in map %s@%s with wrong UID", pw->pw_name, maps[i], domain);
|
||||
yp_error("there may ne more than one user
|
||||
yp_error("there may be more than one user
|
||||
with the same name - continuing");
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue