summaryrefslogtreecommitdiffstats
path: root/auth.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-08-20 18:42:13 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-08-20 18:42:13 +0000
commitd4ee3497cae7f5144cc570e15d67eaba2e1cdf2a (patch)
treed89744ad98b4891793290b62d8cbadb5c667b9b5 /auth.c
parente143f61b6f8875fd91efbfa609a0ef57c55af087 (diff)
- stevesk@cvs.openbsd.org 2002/08/08 23:54:52
[auth.c] typo in comment
Diffstat (limited to 'auth.c')
-rw-r--r--auth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth.c b/auth.c
index 693826a9..43163b62 100644
--- a/auth.c
+++ b/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 $");
#ifdef HAVE_LOGIN_H
#include <login.h>
@@ -400,7 +400,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 ?