From 055c11bcd93277b23ceffce1ce5c5bc189ce305f Mon Sep 17 00:00:00 2001
From: Bernhard R. Link <brlink@debian.org>
Date: Sun, 6 Nov 2011 18:16:06 +0100
Subject: fix some spelling errors
---
 source/edit.c |   14 +++++++-------
 source/keys.c |    4 ++--
 source/menu.c |    2 +-
 3 files changed, 10 insertions(+), 10 deletions(-)

Index: ircii-20240918/source/edit.c
===================================================================
--- ircii-20240918.orig/source/edit.c
+++ ircii-20240918/source/edit.c
@@ -1330,7 +1330,7 @@ who(u_char *command, u_char *args, u_cha
 				}
 				else
 				{
-					say("WHO -HOSTS: missing arguement");
+					say("WHO -HOSTS: missing argument");
 					new_free(&cmd);
 					return;
 				}
@@ -1349,7 +1349,7 @@ who(u_char *command, u_char *args, u_cha
 				}
 				else
 				{
-					say("WHO -SERVERS: missing arguement");
+					say("WHO -SERVERS: missing argument");
 					new_free(&cmd);
 					return;
 				}
@@ -1364,7 +1364,7 @@ who(u_char *command, u_char *args, u_cha
 				}
 				else
 				{
-					say("WHO -NAME: missing arguement");
+					say("WHO -NAME: missing argument");
 					new_free(&cmd);
 					return;
 				}
@@ -1379,7 +1379,7 @@ who(u_char *command, u_char *args, u_cha
 				}
 				else
 				{
-					say("WHO -REALNAME: missing arguement");
+					say("WHO -REALNAME: missing argument");
 					new_free(&cmd);
 					return;
 				}
@@ -1394,7 +1394,7 @@ who(u_char *command, u_char *args, u_cha
 				}
 				else
 				{
-					say("WHO -NICK: missing arguement");
+					say("WHO -NICK: missing argument");
 					new_free(&cmd);
 					return;
 				}
@@ -1409,7 +1409,7 @@ who(u_char *command, u_char *args, u_cha
 				}
 				else
 				{
-					say("WHO -FILE: missing arguement");
+					say("WHO -FILE: missing argument");
 					new_free(&cmd);
 					return;
 				}
@@ -1553,7 +1553,7 @@ query(u_char *command, u_char *args, u_c
 		{
 			if (!(nick = recv_nick))
 			{
-				say("You have not recieved a message from \
+				say("You have not received a message from \
 						anyone yet");
 				goto out;
 			}
Index: ircii-20240918/source/keys.c
===================================================================
--- ircii-20240918.orig/source/keys.c
+++ ircii-20240918/source/keys.c
@@ -1682,7 +1682,7 @@ parsekeycmd(u_char *command, u_char *arg
 			key_names[i].func(0, args);
 			break;
 		default:
-			say("Ambigious function %s", arg);
+			say("Ambiguous function %s", arg);
 			break;
 		}
 	}
@@ -1803,7 +1803,7 @@ rbindcmd(u_char *command, u_char *args,
 			break;
 
 		default:
-			say("Ambigious function %s", arg);
+			say("Ambiguous function %s", arg);
 			return;
 		}
 
