summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.yppasswdd
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-06-16 23:15:15 +0000
committerdd <dd@FreeBSD.org>2001-06-16 23:15:15 +0000
commit268df752d0961f44b3d10fc10e676548b752cb17 (patch)
tree9597e847dedca56b0e4b61cd2986f2e080d0d255 /usr.sbin/rpc.yppasswdd
parentbff6376490f9c692c8dc7f9fbf4306f4e4279ea9 (diff)
downloadFreeBSD-src-268df752d0961f44b3d10fc10e676548b752cb17.zip
FreeBSD-src-268df752d0961f44b3d10fc10e676548b752cb17.tar.gz
Correct a typo in an error message.
Diffstat (limited to 'usr.sbin/rpc.yppasswdd')
-rw-r--r--usr.sbin/rpc.yppasswdd/yppasswdd_server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/rpc.yppasswdd/yppasswdd_server.c b/usr.sbin/rpc.yppasswdd/yppasswdd_server.c
index 1487863..d9cac7d 100644
--- a/usr.sbin/rpc.yppasswdd/yppasswdd_server.c
+++ b/usr.sbin/rpc.yppasswdd/yppasswdd_server.c
@@ -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;
}
OpenPOWER on IntegriCloud