From e73df135de7648789e04d7ce1409d81e17fb12a8 Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Mon, 6 May 2013 20:24:40 +0900 Subject: [PATCH] config.c, elm_genlist_common.h: fixed typos from comments and documentation. --- legacy/elementary/src/bin/config.c | 2 +- legacy/elementary/src/lib/elm_genlist_common.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/elementary/src/bin/config.c b/legacy/elementary/src/bin/config.c index 4390feeec6..a4d41775d5 100644 --- a/legacy/elementary/src/bin/config.c +++ b/legacy/elementary/src/bin/config.c @@ -3525,5 +3525,5 @@ elm_main(int argc, } #endif -/* All emelentary apps should use this. Put it right after elm_main() */ +/* All elementary apps should use this. Put it right after elm_main() */ ELM_MAIN() diff --git a/legacy/elementary/src/lib/elm_genlist_common.h b/legacy/elementary/src/lib/elm_genlist_common.h index d0708a9ab5..31e55baa5b 100644 --- a/legacy/elementary/src/lib/elm_genlist_common.h +++ b/legacy/elementary/src/lib/elm_genlist_common.h @@ -230,7 +230,7 @@ EAPI int elm_genlist_item_index_get(const Elm_Object_I /** * Create a new genlist item class in a given genlist widget. * - * @return New allocated a genlist item class. + * @return New allocated genlist item class. * * This adds genlist item class for the genlist widget. When adding an item, * genlist_item_{append, prepend, insert} function needs item class of the item.