config.c, elm_genlist_common.h: fixed typos from comments and documentation.

This commit is contained in:
Daniel Juyung Seo 2013-05-06 20:24:40 +09:00
parent 6f0fda2539
commit e73df135de
2 changed files with 2 additions and 2 deletions

View File

@ -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()

View File

@ -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.