diff options
author | 2002-08-08 23:54:52 +0000 | |
---|---|---|
committer | 2002-08-08 23:54:52 +0000 | |
commit | 6165d14f36f36a7e0191ddbccf611d23972d7b7f (patch) | |
tree | c0433332ed7e2ae52a45ad70bd4b363f777ec7c0 /usr.bin/ssh/auth.c | |
parent | remove unused struct timezone; ok itojun@ (diff) | |
download | wireguard-openbsd-6165d14f36f36a7e0191ddbccf611d23972d7b7f.tar.xz wireguard-openbsd-6165d14f36f36a7e0191ddbccf611d23972d7b7f.zip |
typo in comment
Diffstat (limited to 'usr.bin/ssh/auth.c')
-rw-r--r-- | usr.bin/ssh/auth.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/auth.c b/usr.bin/ssh/auth.c index 59e76bc3ced..53bf745f320 100644 --- a/usr.bin/ssh/auth.c +++ b/usr.bin/ssh/auth.c @@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth.c,v 1.43 2002/05/17 14:27:55 millert Exp $"); +RCSID("$OpenBSD: auth.c,v 1.44 2002/08/08 23:54:52 stevesk Exp $"); #include <libgen.h> @@ -323,7 +323,7 @@ check_key_in_hostfiles(struct passwd *pw, Key *key, const char *host, /* * Check a given file for security. This is defined as all components - * of the path to the file must either be owned by either the owner of + * of the path to the file must be owned by either the owner of * of the file or root and no directories must be group or world writable. * * XXX Should any specific check be done for sym links ? |