projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3393179
)
Fix comment typos
author
Fabian Keil
<fk@fabiankeil.de>
Thu, 28 May 2020 09:11:16 +0000
(11:11 +0200)
committer
Fabian Keil
<fk@fabiankeil.de>
Thu, 28 May 2020 10:24:49 +0000
(12:24 +0200)
jbsockets.c
patch
|
blob
|
history
diff --git
a/jbsockets.c
b/jbsockets.c
index
16b2a90
..
556c927
100644
(file)
--- 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: Initializ
e
ing 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__)
- /* W
ie
rdness - fix a warning. */
+ /* W
ei
rdness - fix a warning. */
int c_length;
#else
socklen_t c_length;