File: 0008-fix-spelling-error.diff

package info (click to toggle)
ircii 20240918-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,564 kB
  • sloc: ansic: 41,234; makefile: 853; sh: 524; perl: 348
file content (30 lines) | stat: -rw-r--r-- 1,302 bytes parent folder | download | duplicates (2)
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);