test_genlist: fix a typo

This commit is contained in:
Amitesh Singh 2015-08-21 09:32:45 +05:30
parent 10f5587cd9
commit 1e0b1325fb
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ gl_text_get1(void *data, Evas_Object *obj EINA_UNUSED, const char *part EINA_UNU
int num = (int)(uintptr_t)data;
if (num == 5)
snprintf(buf, sizeof(buf), "Item # %i (Genlist Cleear on Select)", num);
snprintf(buf, sizeof(buf), "Item # %i (Genlist Clear on Select)", num);
else
snprintf(buf, sizeof(buf), "Item # %i", num);