X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Ffake-getaddrinfo.c;h=576d79f464047d051755effbb0af85cc4322902c;hb=8c5cd31cecf9d91d362199dc89effcfe59072e13;hp=9aaddaf8c2fe2f6270558765b1ee17abaa34cda6;hpb=b67296418c51784d39a24c3041e2cb199bee06f2;p=meshlink diff --git a/src/fake-getaddrinfo.c b/src/fake-getaddrinfo.c index 9aaddaf8..576d79f4 100644 --- a/src/fake-getaddrinfo.c +++ b/src/fake-getaddrinfo.c @@ -2,10 +2,10 @@ * fake library for ssh * * This file includes getaddrinfo(), freeaddrinfo() and gai_strerror(). - * These funtions are defined in rfc2133. + * These functions are defined in rfc2133. * * 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. */