[polari] ircParser: Fix typos



commit 90fa02a6067bb885c02ef9c8cc5ea39baeb2ceca
Author: Florian Müllner <fmuellner gnome org>
Date:   Tue Jun 3 18:51:40 2014 +0200

    ircParser: Fix typos

 src/ircParser.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/ircParser.js b/src/ircParser.js
index 67f38f6..40fa360 100644
--- a/src/ircParser.js
+++ b/src/ircParser.js
@@ -34,9 +34,9 @@ const knownCommands = {
     NAMES: N_("/NAMES - lists users on the current channel"),
     NICK: N_("/NICK <nickname> - sets your nick to <nickname>"),
     PART: N_("/PART [<channel>] [<reason>] - leaves <channel>, by default the current one"),
-    QUERY: N_("</QUERY <nick> - opens a private conversation with <nick>"),
-    QUIT: N_("</QUIT [<reason>] - disconnects from the current server"),
-    SAY: N_("</SAY <text> - sends <text> to the current room/contact"),
+    QUERY: N_("/QUERY <nick> - opens a private conversation with <nick>"),
+    QUIT: N_("/QUIT [<reason>] - disconnects from the current server"),
+    SAY: N_("/SAY <text> - sends <text> to the current room/contact"),
     TOPIC: N_("/TOPIC <topic> - sets the topic to <topic>, or shows the current one"),
 };
 const UNKNOWN_COMMAND_MESSAGE =


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]