about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDana Dahlstrom <dana+ngIRCd@cs.ucsd.edu>2009-03-25 20:44:40 +0100
committerFlorian Westphal <fw@strlen.de>2009-03-25 20:44:40 +0100
commit3a7d59c1ac6bb9d3fae546fba9d041738bbe849e (patch)
tree62090c4c92a3ab8eb2d3cf2c7d06819cf95d8609
parent51b88b12f390a98a79c8665d779e6484a1c7147a (diff)
downloadngircd-3a7d59c1ac6bb9d3fae546fba9d041738bbe849e.tar.gz
ngircd-3a7d59c1ac6bb9d3fae546fba9d041738bbe849e.zip
misspelling in ERR_NORECIPIENT reply
-rw-r--r--src/ngircd/messages.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ngircd/messages.h b/src/ngircd/messages.h
index 209485a8..9e15b819 100644
--- a/src/ngircd/messages.h
+++ b/src/ngircd/messages.h
@@ -94,7 +94,7 @@
 #define ERR_TOOMANYCHANNELS_MSG		"405 %s %s :You have joined too many channels"
 #define ERR_WASNOSUCHNICK_MSG		"406 %s %s :There was no such nickname"
 #define ERR_NOORIGIN_MSG		"409 %s :No origin specified"
-#define ERR_NORECIPIENT_MSG		"411 %s :No receipient given (%s)"
+#define ERR_NORECIPIENT_MSG		"411 %s :No recipient given (%s)"
 #define ERR_NOTEXTTOSEND_MSG		"412 %s :No text to send"
 #define ERR_WILDTOPLEVEL		"414 %s :Wildcard in toplevel domain"
 #define ERR_UNKNOWNCOMMAND_MSG		"421 %s %s :Unknown command"