Changeset 7064d28 for protocols


Ignore:
Timestamp:
2010-10-25T14:23:46Z (13 years ago)
Author:
أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@…>
Branches:
master
Children:
279454e
Parents:
6c2b430
Message:

Fix typo: recieve -> receive

Location:
protocols/oscar
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • protocols/oscar/chatnav.c

    r6c2b430 r7064d28  
    372372
    373373        if (snac2->family != 0x000d) {
    374                 imcb_error(sess->aux_data, "recieved response that maps to corrupt request!");
     374                imcb_error(sess->aux_data, "received response that maps to corrupt request!");
    375375                return 0;
    376376        }
  • protocols/oscar/im.c

    r6c2b430 r7064d28  
    937937
    938938        if (channel != 0x01) {
    939                 imcb_error(sess->aux_data, "icbm: ICBM recieved on unsupported channel.  Ignoring.");
     939                imcb_error(sess->aux_data, "icbm: ICBM received on unsupported channel.  Ignoring.");
    940940                return 0;
    941941        }
Note: See TracChangeset for help on using the changeset viewer.