Fix typo
authorMikael Berthe <mikael@lilotux.net>
Sat, 17 Apr 2010 23:35:13 +0200
changeset 30 e5e20eed6c58
parent 29 b3da9ca12427
child 31 71bf91612a33
Fix typo
mcbot/cmds/xep.lua
--- a/mcbot/cmds/xep.lua	Sat Apr 17 20:56:53 2010 +0200
+++ b/mcbot/cmds/xep.lua	Sat Apr 17 23:35:13 2010 +0200
@@ -74,7 +74,7 @@
     end
     r = r:gsub("\n$", "")
     if r ~= "" then return r; end
-    return nil, "Sorry, not matching XEP found"
+    return nil, "Sorry, no matching XEP found"
 end
 
 mcbot_register_command("xep", xep)