From edec8370df9284c7059103aec42ae83e459546bc Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Thu, 28 May 2020 11:11:16 +0200 Subject: [PATCH] Fix comment typos --- jbsockets.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.39.2