summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorKevin Steves <stevesk@cvs.openbsd.org>2002-08-08 23:54:53 +0000
committerKevin Steves <stevesk@cvs.openbsd.org>2002-08-08 23:54:53 +0000
commit88551637b64881d1ed937ce43e9358a2e0cff16e (patch)
tree0ed368c2e206d258b7d7cfc48025e9a0d4d36864 /usr.bin
parent86a8f80fb67e72c1dbe3c24fa52e14c29aed8c42 (diff)
typo in comment
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ssh/auth.c4
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 ?