X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=jbsockets.c;h=556c927b1a5c1bf89370c04b7c0d5979ba2525d1;hp=ab2228a757526554364d9da717b62759f202236c;hb=07d3ffdfb75d55d07fa8fc9e79f7829d9e8e476f;hpb=c4b124f7edbeab50338f8a311de0be1eb044a7cf diff --git a/jbsockets.c b/jbsockets.c index ab2228a7..556c927b 100644 --- a/jbsockets.c +++ b/jbsockets.c @@ -8,7 +8,7 @@ * on many platforms. * * Copyright : Written by and Copyright (C) 2001-2017 the - * Privoxy team. http://www.privoxy.org/ + * Privoxy team. https://www.privoxy.org/ * * Based on the Internet Junkbuster originally written * by and Copyright (C) 1997 Anonymous Coders and @@ -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;