summaryrefslogtreecommitdiffstats
path: root/src/util.c
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@profusion.mobi>2010-09-14 00:06:05 -0300
committerMarcel Holtmann <marcel@holtmann.org>2010-09-14 16:01:47 +0900
commit378302637228ac737c24008c546affb503cf394e (patch)
treed83319a9189299b79ff9f66507b3d36876a5904c /src/util.c
parent4c013cefda52b6c3c1ff0447b3f038204da5ae31 (diff)
downloadofono-378302637228ac737c24008c546affb503cf394e.tar.bz2
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
Diffstat (limited to 'src/util.c')
-rw-r--r--src/util.c2
1 files changed, 1 insertions, 1 deletions
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,