summaryrefslogtreecommitdiff
path: root/servconf.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2009-06-21 17:54:47 +1000
committerDarren Tucker <dtucker@zip.com.au>2009-06-21 17:54:47 +1000
commit3b59dfa161b52b41e5e0cacaf3db1510cfaaa319 (patch)
tree4fc80f3c5821649509c0799acb0edd44341ae774 /servconf.c
parentb62f1a856d3dc0b6d091e013500aa65c6173e0e5 (diff)
- 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@
Diffstat (limited to 'servconf.c')
-rw-r--r--servconf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/servconf.c b/servconf.c
index e7fc2a781..af940cac2 100644
--- a/servconf.c
+++ b/servconf.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: servconf.c,v 1.194 2009/01/22 10:02:34 djm Exp $ */ 1/* $OpenBSD: servconf.c,v 1.195 2009/04/14 21:10:54 jj Exp $ */
2/* 2/*
3 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 3 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
4 * All rights reserved 4 * All rights reserved
@@ -1376,7 +1376,7 @@ parse_server_match_config(ServerOptions *options, const char *user,
1376/* 1376/*
1377 * Copy any supported values that are set. 1377 * Copy any supported values that are set.
1378 * 1378 *
1379 * If the preauth flag is set, we do not bother copying the the string or 1379 * If the preauth flag is set, we do not bother copying the string or
1380 * array values that are not used pre-authentication, because any that we 1380 * array values that are not used pre-authentication, because any that we
1381 * do use must be explictly sent in mm_getpwnamallow(). 1381 * do use must be explictly sent in mm_getpwnamallow().
1382 */ 1382 */