From cc182dbc16b1111458e6f2cfd9c7cecb33b857f3 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Thu, 10 Dec 2009 16:20:23 +0000 Subject: [PATCH] fix typo. SVN revision: 44335 --- src/modules/illume-keyboard/e_kbd_dict.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/illume-keyboard/e_kbd_dict.c b/src/modules/illume-keyboard/e_kbd_dict.c index 7ccb84a88..6fab51232 100644 --- a/src/modules/illume-keyboard/e_kbd_dict.c +++ b/src/modules/illume-keyboard/e_kbd_dict.c @@ -137,7 +137,7 @@ _e_kbd_dict_normalized_strcpy(char *dst, const char *src) } static int -_e_kbd_dict_matches_loolup_cb_sort(const void *d1, const void *d2) +_e_kbd_dict_matches_lookup_cb_sort(const void *d1, const void *d2) { const E_Kbd_Dict_Word *kw1, *kw2; @@ -826,7 +826,7 @@ e_kbd_dict_matches_lookup(E_Kbd_Dict *kd) _e_kbd_dict_matches_lookup_iter(kd, NULL, kd->word.letters); kd->matches.list = eina_list_sort(kd->matches.list, eina_list_count(kd->matches.list), - _e_kbd_dict_matches_loolup_cb_sort); + _e_kbd_dict_matches_lookup_cb_sort); } EAPI void