]> andersk Git - openssh.git/commitdiff
- jj@cvs.openbsd.org 2009/04/14 21:10:54
authordtucker <dtucker>
Sun, 21 Jun 2009 07:54:47 +0000 (07:54 +0000)
committerdtucker <dtucker>
Sun, 21 Jun 2009 07:54:47 +0000 (07:54 +0000)
     [servconf.c]
     Fixed a few the-the misspellings in comments. Skipped a bunch in
     binutils,gcc and so on. ok jmc@

ChangeLog
servconf.c

index b643106288bc251910cfc0868a5749ee4eee58d2..3c799fbaf0d7b65a411bc035c308195f8210e47c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
    - stevesk@cvs.openbsd.org 2009/04/14 16:33:42
      [sftp-server.c]
      remove unused option character from getopt() optstring; ok markus@
+   - jj@cvs.openbsd.org 2009/04/14 21:10:54
+     [servconf.c]
+     Fixed a few the-the misspellings in comments. Skipped a bunch in
+     binutils,gcc and so on. ok jmc@
 
 20090616
  - (dtucker) [configure.ac defines.h] Bug #1607: handle the case where fsid_t
index e7fc2a7812a78a0343a8012d5b084a328d6b586c..af940cac2c6677c01f66aba0dac11d57aad86790 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: servconf.c,v 1.194 2009/01/22 10:02:34 djm Exp $ */
+/* $OpenBSD: servconf.c,v 1.195 2009/04/14 21:10:54 jj Exp $ */
 /*
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
  *                    All rights reserved
@@ -1376,7 +1376,7 @@ parse_server_match_config(ServerOptions *options, const char *user,
 /*
  * Copy any supported values that are set.
  *
- * If the preauth flag is set, we do not bother copying the the string or
+ * If the preauth flag is set, we do not bother copying the string or
  * array values that are not used pre-authentication, because any that we
  * do use must be explictly sent in mm_getpwnamallow().
  */
This page took 0.040146 seconds and 5 git commands to generate.