summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2003-06-11 23:56:41 +1000
committerDarren Tucker <dtucker@zip.com.au>2003-06-11 23:56:41 +1000
commitbc976f92d33aa1e13740a193b77fd3694d96b344 (patch)
tree153cb9b8363e1810c242e29ff7cbcfa761216932
parentaf63951c5764672986576fdcd64f7fb931586c93 (diff)
Fix typos in comments.
-rw-r--r--TODO4
-rw-r--r--openbsd-compat/fake-rfc2553.c4
-rw-r--r--openbsd-compat/fake-rfc2553.h4
3 files changed, 6 insertions, 6 deletions
diff --git a/TODO b/TODO
index 7c619afa2..bca818523 100644
--- a/TODO
+++ b/TODO
@@ -89,11 +89,11 @@ PrivSep Issues:
89- PAM 89- PAM
90 + See above PAM notes 90 + See above PAM notes
91- AIX 91- AIX
92 + usrinfo() does not set TTY, but only required for legicy systems. Works 92 + usrinfo() does not set TTY, but only required for legacy systems. Works
93 with PrivSep. 93 with PrivSep.
94- OSF 94- OSF
95 + SIA is broken 95 + SIA is broken
96- Cygwin 96- Cygwin
97 + Privsep for Pre-auth only (no fd passing) 97 + Privsep for Pre-auth only (no fd passing)
98 98
99$Id: TODO,v 1.54 2003/05/18 11:44:07 djm Exp $ 99$Id: TODO,v 1.55 2003/06/11 13:56:41 dtucker Exp $
diff --git a/openbsd-compat/fake-rfc2553.c b/openbsd-compat/fake-rfc2553.c
index 95fded3f9..b544e3547 100644
--- a/openbsd-compat/fake-rfc2553.c
+++ b/openbsd-compat/fake-rfc2553.c
@@ -2,13 +2,13 @@
2 * Pseudo-implementation of RFC2553 name / address resolution functions 2 * Pseudo-implementation of RFC2553 name / address resolution functions
3 * 3 *
4 * But these functions are not implemented correctly. The minimum subset 4 * But these functions are not implemented correctly. The minimum subset
5 * is implemented for ssh use only. For exapmle, this routine assumes 5 * is implemented for ssh use only. For example, this routine assumes
6 * that ai_family is AF_INET. Don't use it for another purpose. 6 * that ai_family is AF_INET. Don't use it for another purpose.
7 */ 7 */
8 8
9#include "includes.h" 9#include "includes.h"
10 10
11RCSID("$Id: fake-rfc2553.c,v 1.2 2003/06/05 09:37:30 dtucker Exp $"); 11RCSID("$Id: fake-rfc2553.c,v 1.3 2003/06/11 13:56:41 dtucker Exp $");
12 12
13#ifndef HAVE_GETNAMEINFO 13#ifndef HAVE_GETNAMEINFO
14int getnameinfo(const struct sockaddr *sa, size_t salen, char *host, 14int getnameinfo(const struct sockaddr *sa, size_t salen, char *host,
diff --git a/openbsd-compat/fake-rfc2553.h b/openbsd-compat/fake-rfc2553.h
index 8f15a4760..85022f9da 100644
--- a/openbsd-compat/fake-rfc2553.h
+++ b/openbsd-compat/fake-rfc2553.h
@@ -2,11 +2,11 @@
2 * Pseudo-implementation of RFC2553 name / address resolution functions 2 * Pseudo-implementation of RFC2553 name / address resolution functions
3 * 3 *
4 * But these functions are not implemented correctly. The minimum subset 4 * But these functions are not implemented correctly. The minimum subset
5 * is implemented for ssh use only. For exapmle, this routine assumes 5 * is implemented for ssh use only. For example, this routine assumes
6 * that ai_family is AF_INET. Don't use it for another purpose. 6 * that ai_family is AF_INET. Don't use it for another purpose.
7 */ 7 */
8 8
9/* $Id: fake-rfc2553.h,v 1.2 2003/06/05 12:20:11 dtucker Exp $ */ 9/* $Id: fake-rfc2553.h,v 1.3 2003/06/11 13:56:41 dtucker Exp $ */
10 10
11#ifndef _FAKE_RFC2553_H 11#ifndef _FAKE_RFC2553_H
12#define _FAKE_RFC2553_H 12#define _FAKE_RFC2553_H