From 10685d3b5ff450123b22b0a665ededbf35a18e89 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Fri, 19 Nov 2010 21:00:14 +0000 Subject: Fixed two doc/string typos. --- doc/user-guide/commands.xml | 2 +- protocols/msn/msn.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml index 6ccaab8c..2c3b3786 100644 --- a/doc/user-guide/commands.xml +++ b/doc/user-guide/commands.xml @@ -179,7 +179,7 @@ - Available actions: del, list, set. See help chat <action> for more information. + Available actions: del, list, set. See help channel <action> for more information. diff --git a/protocols/msn/msn.c b/protocols/msn/msn.c index 45185393..ce1221c9 100644 --- a/protocols/msn/msn.c +++ b/protocols/msn/msn.c @@ -333,7 +333,7 @@ static char *set_eval_display_name( set_t *set, char *value ) if( md->flags & MSN_EMAIL_UNVERIFIED ) imcb_log( ic, "Warning: Your e-mail address is unverified. MSN doesn't allow " - "changing your display name until your e-mail address if verified." ); + "changing your display name until your e-mail address is verified." ); msn_soap_addressbook_set_display_name( ic, value ); return msn_ns_set_display_name( ic, value ) ? value : NULL; -- cgit v1.2.3