Changeset 77ad061 for libfaim/im.c


Ignore:
Timestamp:
Jan 12, 2013, 1:43:47 PM (11 years ago)
Author:
Jason Gross <jgross@mit.edu>
Children:
bbf85df
Parents:
e3a0d71
git-author:
Jason Gross <jgross@mit.edu> (01/12/13 13:37:10)
git-committer:
Jason Gross <jgross@mit.edu> (01/12/13 13:43:47)
Message:
Fix user-facing spelling in libfaim things
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfaim/im.c

    r7869e48 r77ad061  
    10251025
    10261026        if (channel != 0x01) {
    1027                 faimdprintf(sess, 0, "icbm: ICBM recieved on unsupported channel.  Ignoring. (chan = %04x)\n", channel);
     1027                faimdprintf(sess, 0, "icbm: ICBM received on unsupported channel.  Ignoring. (chan = %04x)\n", channel);
    10281028                return 0;
    10291029        }
Note: See TracChangeset for help on using the changeset viewer.