diff options
author | Darren Tucker <dtucker@zip.com.au> | 2003-06-11 15:56:41 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2003-06-11 15:56:41 +0200 |
commit | bc976f92d33aa1e13740a193b77fd3694d96b344 (patch) | |
tree | 153cb9b8363e1810c242e29ff7cbcfa761216932 /openbsd-compat/fake-rfc2553.h | |
parent | - (djm) Put licenses on substantial header files (diff) | |
download | openssh-bc976f92d33aa1e13740a193b77fd3694d96b344.tar.xz openssh-bc976f92d33aa1e13740a193b77fd3694d96b344.zip |
Fix typos in comments.
Diffstat (limited to 'openbsd-compat/fake-rfc2553.h')
-rw-r--r-- | openbsd-compat/fake-rfc2553.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ * Pseudo-implementation of RFC2553 name / address resolution functions * * But these functions are not implemented correctly. The minimum subset - * is implemented for ssh use only. For exapmle, this routine assumes + * is implemented for ssh use only. For example, this routine assumes * that ai_family is AF_INET. Don't use it for another purpose. */ -/* $Id: fake-rfc2553.h,v 1.2 2003/06/05 12:20:11 dtucker Exp $ */ +/* $Id: fake-rfc2553.h,v 1.3 2003/06/11 13:56:41 dtucker Exp $ */ #ifndef _FAKE_RFC2553_H #define _FAKE_RFC2553_H |