about summary refs log tree commit diff stats
path: root/src/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/command.c')
-rw-r--r--src/command.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/command.c b/src/command.c
index 590abed0..48aeceb5 100644
--- a/src/command.c
+++ b/src/command.c
@@ -281,14 +281,14 @@ static struct cmd_t main_commands[] =
           "--------------------------------------------------",
           "request  : Send a subscription request to the user to be informed of their",
           "         : presence.",
-          "allow    : Approve contacts subscription reqeust to see your presence.",
+          "allow    : Approve a contact's subscription reqeust to see your presence.",
           "deny     : Remove subscription for a contact, or deny a request",
           "show     : Show subscriprion status for a contact.",
           "sent     : Show all sent subscription requests pending a response.",
           "received : Show all received subscription requests awaiting your response.",
           "",
-          "The optional 'jid' parameter only applys to 'request', 'allow', 'deny' and show",
-          "If it is ommited the contact of the current window is used.",
+          "The optional 'jid' parameter only applys to 'request', 'allow', 'deny' and 'show'",
+          "If it is omitted the contact of the current window is used.",
           "",
           "Example: /sub request myfriend@jabber.org",
           "Example: /sub allow myfriend@jabber.org",