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(-)

diff --git a/source/edit.c b/source/edit.c
index b472d35..cb2cd78 100644
--- a/source/edit.c
+++ b/source/edit.c
@@ -1392,7 +1392,7 @@ who(command, args, subargs)
 				}
 				else
 				{
-					say("WHO -HOSTS: missing arguement");
+					say("WHO -HOSTS: missing argument");
 					new_free(&cmd);
 					return;
 				}
@@ -1411,7 +1411,7 @@ who(command, args, subargs)
 				}
 				else
 				{
-					say("WHO -SERVERS: missing arguement");
+					say("WHO -SERVERS: missing argument");
 					new_free(&cmd);
 					return;
 				}
@@ -1426,7 +1426,7 @@ who(command, args, subargs)
 				}
 				else
 				{
-					say("WHO -NAME: missing arguement");
+					say("WHO -NAME: missing argument");
 					new_free(&cmd);
 					return;
 				}
@@ -1441,7 +1441,7 @@ who(command, args, subargs)
 				}
 				else
 				{
-					say("WHO -REALNAME: missing arguement");
+					say("WHO -REALNAME: missing argument");
 					new_free(&cmd);
 					return;
 				}
@@ -1456,7 +1456,7 @@ who(command, args, subargs)
 				}
 				else
 				{
-					say("WHO -NICK: missing arguement");
+					say("WHO -NICK: missing argument");
 					new_free(&cmd);
 					return;
 				}
@@ -1471,7 +1471,7 @@ who(command, args, subargs)
 				}
 				else
 				{
-					say("WHO -FILE: missing arguement");
+					say("WHO -FILE: missing argument");
 					new_free(&cmd);
 					return;
 				}
@@ -1543,7 +1543,7 @@ query(command, args, subargs)
 		{
 			if (!(nick = recv_nick))
 			{
-				say("You have not recieved a message from \
+				say("You have not received a message from \
 						anyone yet");
 				goto out;
 			}
diff --git a/source/keys.c b/source/keys.c
index c4e6868..0a79869 100644
--- a/source/keys.c
+++ b/source/keys.c
@@ -427,7 +427,7 @@ parsekeycmd(command, args, subargs)
 			key_names[i].func(0, args);
 			break;
 		default:
-			say("Ambigious function %s", arg);
+			say("Ambigous function %s", arg);
 			break;
 		}
 	}
@@ -555,7 +555,7 @@ rbindcmd(command, args, subargs)
 			break;
 
 		default:
-			say("Ambigious function %s", arg);
+			say("Ambigous function %s", arg);
 			return;
 		}
 
diff --git a/source/menu.c b/source/menu.c
index ff5e023..d11ac5e 100644
--- a/source/menu.c
+++ b/source/menu.c
@@ -201,7 +201,7 @@ load_menu(FileName)
 					OptionsList[FuncNum].func;
 		}
 		else
-			say("Unkown menu command in line %d of %s",
+			say("Unknown menu command in line %d of %s",
 				linenum, FileName);
 	}
 	install_menu(NewMenu, CurTotal);
