Changeset 77ad061 for libfaim/txqueue.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/txqueue.c

    r7869e48 r77ad061  
    100100
    101101        if (!fr->conn) {
    102                 faimdprintf(sess, 1, "aim_tx_enqueue: WARNING: enqueueing packet with no connecetion\n");
     102                faimdprintf(sess, 1, "aim_tx_enqueue: WARNING: enqueueing packet with no connection\n");
    103103                fr->conn = aim_getconn_type(sess, AIM_CONN_TYPE_BOS);
    104104        }
Note: See TracChangeset for help on using the changeset viewer.