]> andersk Git - openssh.git/blobdiff - auth.c
- stevesk@cvs.openbsd.org 2002/08/08 23:54:52
[openssh.git] / auth.c
diff --git a/auth.c b/auth.c
index 693826a93f61015f2a038e7611a642705ecef3ed..43163b62e9b060e709e8e83839333258921a1a57 100644 (file)
--- 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 ?
This page took 0.031203 seconds and 4 git commands to generate.