Correct a typo in an error message.

This commit is contained in:
Dima Dorfman 2001-06-16 23:15:15 +00:00
parent fd67620214
commit 1fecc3ff98
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=78369

View File

@ -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;
}