Changeset bbf85df for editwin.c


Ignore:
Timestamp:
Jan 12, 2013, 1:43:47 PM (11 years ago)
Author:
Jason Gross <jgross@mit.edu>
Children:
bd71d0f
Parents:
77ad061
git-author:
Jason Gross <jgross@mit.edu> (01/12/13 13:01:08)
git-committer:
Jason Gross <jgross@mit.edu> (01/12/13 13:43:47)
Message:
Fix spelling of various strings.

I dumped `strings barnowl.bin` into a file and ran it through ispell.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • editwin.c

    r7869e48 rbbf85df  
    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.