X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Ffake-getaddrinfo.c;h=1ee11c5dc4be00bc5a7a46491deb2ae547d32ec2;hp=231bd5c2050f23f5d2bd788d1c2e343c9058f65d;hb=600b653da1c2706aef7b28af873794a05127c64f;hpb=dff4955ddec1d318a56997388f367186c5b8078c;ds=sidebyside diff --git a/src/fake-getaddrinfo.c b/src/fake-getaddrinfo.c index 231bd5c2..1ee11c5d 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. */