From a1066d210dfa7a909a2d15c38e72f12f1b8320d5 Mon Sep 17 00:00:00 2001 From: James Booth Date: Wed, 28 Nov 2012 02:02:59 +0000 Subject: [PATCH] Tidied help on /sub --- src/command.c | 6 +++--- 1 file 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",