X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=jbsockets.c;h=556c927b1a5c1bf89370c04b7c0d5979ba2525d1;hp=16b2a90183f55649377ee46a6ae61d45c4026fe8;hb=9f1d548ce368763dcdda8cb392e2c2533dbd19e9;hpb=767afb7f5d7062d75385b9ab3afdad47d0249a39 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;