Changeset 8258ea5 for editwin.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
  • editwin.c

    r7803326 r8258ea5  
    619619
    620620  if (!g_utf8_validate(s, -1, NULL)) {
    621     owl_function_debugmsg("owl_editwin_insert_string: received non-utf-8 string.");
     621    owl_function_debugmsg("owl_editwin_insert_string: received non-UTF-8 string.");
    622622    return 0;
    623623  }
Note: See TracChangeset for help on using the changeset viewer.