diff options
author | 2002-12-15 13:27:06 +0000 | |
---|---|---|
committer | 2002-12-15 13:27:06 +0000 | |
commit | 74fe8e6bd558fbd77951fd139c0c760600cd130c (patch) | |
tree | 0e09812f7a3a5816757a13b3cf47f4e4f81ff945 /lib/libc/net/rcmd.c | |
parent | writeable -> writable; torh at bogus dot net (diff) | |
download | wireguard-openbsd-74fe8e6bd558fbd77951fd139c0c760600cd130c.tar.xz wireguard-openbsd-74fe8e6bd558fbd77951fd139c0c760600cd130c.zip |
more writeable -> writable by torh
Diffstat (limited to 'lib/libc/net/rcmd.c')
-rw-r--r-- | lib/libc/net/rcmd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/net/rcmd.c b/lib/libc/net/rcmd.c index d3d2d751b5e..1f2e02c9891 100644 --- a/lib/libc/net/rcmd.c +++ b/lib/libc/net/rcmd.c @@ -34,7 +34,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: rcmd.c,v 1.44 2002/09/06 18:35:12 deraadt Exp $"; +static char *rcsid = "$OpenBSD: rcmd.c,v 1.45 2002/12/15 13:27:06 henning Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> @@ -435,7 +435,7 @@ again: else if (sbuf.st_uid && sbuf.st_uid != pwd->pw_uid) cp = "bad .rhosts owner"; else if (sbuf.st_mode & (S_IWGRP|S_IWOTH)) - cp = ".rhosts writeable by other than owner"; + cp = ".rhosts writable by other than owner"; /* If there were any problems, quit. */ if (cp) { __rcmd_errstr = cp; |