From: Fabian Keil Date: Thu, 28 May 2020 09:11:16 +0000 (+0200) Subject: Fix comment typos X-Git-Tag: v_3_0_29~405 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=edec8370df9284c7059103aec42ae83e459546bc Fix comment typos --- diff --git a/jbsockets.c b/jbsockets.c index 16b2a901..556c927b 100644 --- a/jbsockets.c +++ b/jbsockets.c @@ -218,7 +218,7 @@ static jb_socket rfc2553_connect_to(const char *host, int portnum, struct client #endif int connect_failed; /* - * XXX: Initializeing it here is only necessary + * XXX: Initializing it here is only necessary * because not all situations are properly * covered yet. */ @@ -1323,7 +1323,7 @@ int accept_connection(struct client_state * csp, jb_socket fds[]) #endif jb_socket afd; #if defined(_WIN32) || defined(__OS2__) - /* Wierdness - fix a warning. */ + /* Weirdness - fix a warning. */ int c_length; #else socklen_t c_length;