Changeset 10685d3


Ignore:
Timestamp:
2010-11-19T21:00:14Z (13 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
4eb75b2
Parents:
6b96de6
Message:

Fixed two doc/string typos.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • doc/user-guide/commands.xml

    r6b96de6 r10685d3  
    180180                <description>
    181181                        <para>
    182                                 Available actions: del, list, set. See <emphasis>help chat &lt;action&gt;</emphasis> for more information.
     182                                Available actions: del, list, set. See <emphasis>help channel &lt;action&gt;</emphasis> for more information.
    183183                        </para>
    184184                       
  • protocols/msn/msn.c

    r6b96de6 r10685d3  
    334334        if( md->flags & MSN_EMAIL_UNVERIFIED )
    335335                imcb_log( ic, "Warning: Your e-mail address is unverified. MSN doesn't allow "
    336                               "changing your display name until your e-mail address if verified." );
     336                              "changing your display name until your e-mail address is verified." );
    337337       
    338338        msn_soap_addressbook_set_display_name( ic, value );
Note: See TracChangeset for help on using the changeset viewer.