From 22768fde75e26f8416974321b500cedb17ec15ef Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Thu, 10 Oct 2013 09:00:08 +0900 Subject: [PATCH] elc_naviframe_common.h: Fixed a typo. --- legacy/elementary/src/lib/elc_naviframe_common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/elementary/src/lib/elc_naviframe_common.h b/legacy/elementary/src/lib/elc_naviframe_common.h index 9b7a6a09bd..2f184b97c5 100644 --- a/legacy/elementary/src/lib/elc_naviframe_common.h +++ b/legacy/elementary/src/lib/elc_naviframe_common.h @@ -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