]> arthur.barton.de Git - ngircd-alex.git/commitdiff
misspelling in ERR_NORECIPIENT reply
authorDana Dahlstrom <dana+ngIRCd@cs.ucsd.edu>
Wed, 25 Mar 2009 19:44:40 +0000 (20:44 +0100)
committerFlorian Westphal <fw@strlen.de>
Wed, 25 Mar 2009 19:44:40 +0000 (20:44 +0100)
src/ngircd/messages.h

index 209485a828245d443fc85cfceef6826da4a31f30..9e15b81938acbe5ca76339361be5a422404846c2 100644 (file)
@@ -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"