Changeset 8258ea5 for aim.c


Ignore:
Timestamp:
Jan 12, 2013, 1:48:20 PM (11 years ago)
Author:
Jason Gross <jgross@mit.edu>
Branches:
master, release-1.10
Children:
de3b1d3, d72ba1e, a62fbdaa
Parents:
4626016
git-author:
Jason Gross <jgross@mit.edu> (01/12/13 13:01:08)
git-committer:
Jason Gross <jgross@mit.edu> (01/12/13 13:48:20)
Message:
Fix spelling of various strings.

I dumped `strings barnowl.bin` into a file and ran it through ispell,
and then excluded libfaim corrections.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • aim.c

    rf271129 r8258ea5  
    707707{
    708708  aim_clientready(sess, fr->conn);
    709   owl_function_debugmsg("conninitdone_admin: initializtion done for admin connection");
     709  owl_function_debugmsg("conninitdone_admin: initialization done for admin connection");
    710710  return(1);
    711711}
     
    836836  params = va_arg(ap, struct aim_icbmparameters *);
    837837  va_end(ap);
    838  
    839   owl_function_debugmsg("faimtest_icbmparaminfo: ICBM Parameters: maxchannel = %d, default flags = 0x%08x, max msg len = %d, max sender evil = %f, max reciever evil = %f, min msg interval = %u",
     838
     839  owl_function_debugmsg("faimtest_icbmparaminfo: ICBM Parameters: maxchannel = %d, default flags = 0x%08x, max msg len = %d, max sender evil = %f, max receiver evil = %f, min msg interval = %u",
    840840                       params->maxchan, params->flags, params->maxmsglen, ((float)params->maxsenderwarn)/10.0, ((float)params->maxrecverwarn)/10.0, params->minmsginterval);
    841841     
Note: See TracChangeset for help on using the changeset viewer.