From 195a06bc2ea64e4e1922f2e18ba5558081cde33a Mon Sep 17 00:00:00 2001 From: psychon Date: Sat, 19 Dec 2009 16:18:27 +0000 Subject: [PATCH] Minor spelling fix in partyline Thanks to the-me for noticing this and sending a patch. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1682 726aef4b-f618-498e-8847-2d620e286838 --- modules/partyline.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/partyline.cpp b/modules/partyline.cpp index 788bd25a..64297556 100644 --- a/modules/partyline.cpp +++ b/modules/partyline.cpp @@ -547,7 +547,7 @@ public: } PutModule("--- End of list"); } else { - PutModule("Unkown command, try 'HELP'"); + PutModule("Unknown command, try 'HELP'"); } }