From 378302637228ac737c24008c546affb503cf394e Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Tue, 14 Sep 2010 00:06:05 -0300 Subject: Fix common misspelling in source files Fix common misspellings by using the list available at http://en.wikipedia.org/wiki/Wikipedia:Lists_of_common_misspellings/For_machines From the list cited above, the substitution script found the following misspelling: reponsible->responsible --- src/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util.c') diff --git a/src/util.c b/src/util.c index bb90f6c9..391bbb23 100644 --- a/src/util.c +++ b/src/util.c @@ -535,7 +535,7 @@ static unsigned short unicode_single_shift_lookup(unsigned short k, * GSM encoded string in items_read (if not NULL), not including the * terminator character. Returns the number of bytes written into the UTF8 * encoded string in items_written (if not NULL) not including the terminal - * '\0' character. The caller is reponsible for freeing the returned value. + * '\0' character. The caller is responsible for freeing the returned value. */ char *convert_gsm_to_utf8_with_lang(const unsigned char *text, long len, long *items_read, long *items_written, -- cgit v1.2.3