summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorJanne Johansson <jj@cvs.openbsd.org>2009-04-14 21:10:55 +0000
committerJanne Johansson <jj@cvs.openbsd.org>2009-04-14 21:10:55 +0000
commita0b443367ad05923085e5281d41155e76ab9dd39 (patch)
treec7c6bd65a587e9d78b153925a788a7b08b6fdb78 /usr.bin
parenta8d57ac33a07fd1a7679794b16ccda0d5c620658 (diff)
Fixed a few the-the misspellings in comments. Skipped a bunch in binutils,gcc and so on. ok jmc@
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ssh/servconf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/servconf.c b/usr.bin/ssh/servconf.c
index 10e59bc5071..8578af52634 100644
--- a/usr.bin/ssh/servconf.c
+++ b/usr.bin/ssh/servconf.c
@@ -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
@@ -1333,7 +1333,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().
*/