gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 77/219: socksd: Fix typos


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 77/219: socksd: Fix typos
Date: Wed, 22 May 2019 19:16:56 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 0641086c2f35b3c11ac7531098eb464190ed64e4
Author: Daniel Gustafsson <address@hidden>
AuthorDate: Sun Apr 14 22:06:40 2019 +0200

    socksd: Fix typos
    
    Reviewed-by: Daniel Stenberg <address@hidden>
---
 tests/server/socksd.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/server/socksd.c b/tests/server/socksd.c
index 89bbb3f78..df32a49a1 100644
--- a/tests/server/socksd.c
+++ b/tests/server/socksd.c
@@ -109,7 +109,7 @@ static const char *backendaddr = "127.0.0.1";
 static unsigned short backendport = 0; /* default is use client's */
 
 struct configurable {
-  unsigned char version; /* inital version byte in the request must match
+  unsigned char version; /* initial version byte in the request must match
                             this */
   unsigned char nmethods_min; /* minimum number of nmethods to expect */
   unsigned char nmethods_max; /* maximum number of nmethods to expect */
@@ -623,7 +623,7 @@ static curl_socket_t sockit(curl_socket_t fd)
     len = 16;
     break;
   default:
-    logmsg("Unkown ATYP %d", type);
+    logmsg("Unknown ATYP %d", type);
     return CURL_SOCKET_BAD;
   }
   if(rc < (4 + len + 2)) {

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]