1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Description: Fix spelling errors
Forwarded: no
Author: Daniel Echeverry <epsilon77@gmail.com>
Last-Update: 2017-07-10
Index: ircii-20240918/source/dcc.c
===================================================================
--- ircii-20240918.orig/source/dcc.c
+++ ircii-20240918/source/dcc.c
@@ -1022,7 +1022,7 @@ register_dcc_offer(u_char *user, u_char
{
say("DCC %s collision for %s:%s", type, user,
description);
- send_ctcp_reply(user, UP("DCC"), "DCC %s collision occured while connecting to %s (%s)", type, my_nickname(), description);
+ send_ctcp_reply(user, UP("DCC"), "DCC %s collision occurred while connecting to %s (%s)", type, my_nickname(), description);
goto out;
}
}
Index: ircii-20240918/source/server.c
===================================================================
--- ircii-20240918.orig/source/server.c
+++ ircii-20240918/source/server.c
@@ -1657,7 +1657,7 @@ login_to_server(int server)
case -2:
/* shouldn't happen! SSL retry */
yell("--- proxy http response got -2 / SSL retry!?");
- Debug(DB_PROXY, "proxy http reponse got -2 / SSL retry, closing.");
+ Debug(DB_PROXY, "proxy http response got -2 / SSL retry, closing.");
goto failed_recover;
case -1:
Debug(DB_PROXY, "added \"%s\" to the server buffer for proxy.", lbuf);
|