aboutsummaryrefslogtreecommitdiff
path: root/network/ircII/patches/spelling.diff
blob: e26c45ee6a10073d585a1190e868fc042dc0c9db (plain)
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
diff -Naur ircii-20240918/source/edit.c ircii-20240918.patched/source/edit.c
--- ircii-20240918/source/edit.c	2024-09-20 01:30:10.000000000 -0400
+++ ircii-20240918.patched/source/edit.c	2024-11-26 00:12:58.858074498 -0500
@@ -1330,7 +1330,7 @@
 				}
 				else
 				{
-					say("WHO -HOSTS: missing arguement");
+					say("WHO -HOSTS: missing argument");
 					new_free(&cmd);
 					return;
 				}
@@ -1349,7 +1349,7 @@
 				}
 				else
 				{
-					say("WHO -SERVERS: missing arguement");
+					say("WHO -SERVERS: missing argument");
 					new_free(&cmd);
 					return;
 				}
@@ -1364,7 +1364,7 @@
 				}
 				else
 				{
-					say("WHO -NAME: missing arguement");
+					say("WHO -NAME: missing argument");
 					new_free(&cmd);
 					return;
 				}
@@ -1379,7 +1379,7 @@
 				}
 				else
 				{
-					say("WHO -REALNAME: missing arguement");
+					say("WHO -REALNAME: missing argument");
 					new_free(&cmd);
 					return;
 				}
@@ -1394,7 +1394,7 @@
 				}
 				else
 				{
-					say("WHO -NICK: missing arguement");
+					say("WHO -NICK: missing argument");
 					new_free(&cmd);
 					return;
 				}
@@ -1409,7 +1409,7 @@
 				}
 				else
 				{
-					say("WHO -FILE: missing arguement");
+					say("WHO -FILE: missing argument");
 					new_free(&cmd);
 					return;
 				}
@@ -1553,7 +1553,7 @@
 		{
 			if (!(nick = recv_nick))
 			{
-				say("You have not recieved a message from \
+				say("You have not received a message from \
 						anyone yet");
 				goto out;
 			}
@@ -3593,7 +3593,7 @@
 
 /*
  * timercmd: the bit that handles the TIMER command.  If there are no
- * arguements, then just list the currently pending timers, if we are
+ * arguments, then just list the currently pending timers, if we are
  * give a -DELETE flag, attempt to delete the timer from the list.  Else
  * consider it to be a timer to add, and add it.
  */
@@ -3842,7 +3842,7 @@
 }
 
 /*
- * inputcmd:  the INPUT command.   Takes a couple of arguements...
+ * inputcmd:  the INPUT command.   Takes a couple of arguments...
  * the first surrounded in double quotes, and the rest makes up
  * a normal ircII command.  The command is evalutated, with $*
  * being the line that you input.  Used add_wait_prompt() to prompt
diff -Naur ircii-20240918/source/keys.c ircii-20240918.patched/source/keys.c
--- ircii-20240918/source/keys.c	2024-09-20 01:30:10.000000000 -0400
+++ ircii-20240918.patched/source/keys.c	2024-11-26 00:13:22.274072294 -0500
@@ -1682,7 +1682,7 @@
 			key_names[i].func(0, args);
 			break;
 		default:
-			say("Ambigious function %s", arg);
+			say("Ambiguous function %s", arg);
 			break;
 		}
 	}
@@ -1803,7 +1803,7 @@
 			break;
 
 		default:
-			say("Ambigious function %s", arg);
+			say("Ambiguous function %s", arg);
 			return;
 		}