Skip to content

Commit

Permalink
socksd: Fix typos
Browse files Browse the repository at this point in the history
Reviewed-by: Daniel Stenberg <daniel@haxx.se>
  • Loading branch information
danielgustafsson committed Apr 14, 2019
1 parent 31238d5 commit 0641086
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/server/socksd.c
Expand Up @@ -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 */
Expand Down Expand Up @@ -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)) {
Expand Down

0 comments on commit 0641086

Please sign in to comment.