elc_naviframe_common.h: Fixed a typo.

This commit is contained in:
Daniel Juyung Seo 2013-10-10 09:00:08 +09:00
parent 77d336b3fb
commit 22768fde75
1 changed files with 2 additions and 2 deletions

View File

@ -107,8 +107,8 @@ EAPI Eina_Bool elm_naviframe_item_title_visible_get(const Elm_Object_Item
* @param func the callback function.
*
* @warning Don't set "clicked" callback to the prev button additionally if the
* function does a exact same logic with this @c func. When hardware back key is
* pressed then both callbacks will be called.
* function does an exact same logic with this @c func. When hardware back key
* is pressed then both callbacks will be called.
*
* @since 1.8
* @ingroup Naviframe