elementary/popup - fixed typo
authorChunEon Park <hermet@hermet.pe.kr>
Sat, 10 Aug 2013 07:47:28 +0000 (16:47 +0900)
committerChunEon Park <hermet@hermet.pe.kr>
Sat, 10 Aug 2013 07:47:28 +0000 (16:47 +0900)
src/lib/elc_popup.c

index 340d45bbaaea87cd54be48e3c213fbad8dfbc2ca..6ee5c275d2106f52d7fef3ab7baee4a81a83b6b6 100644 (file)
@@ -325,7 +325,7 @@ _elm_popup_smart_theme(Eo *obj, void *_pd, va_list *list)
 
    _mirrored_set(obj, elm_widget_mirrored_get(obj));
 
-   /* Since parent of the popup can be notify, we need to set to notify style
+   /* Since parent of the popup can be notify, we need to set the notify style
       manually. */
    if (elm_widget_parent_get(sd->notify) != obj)
      eo_do(sd->notify, elm_wdg_style_set(elm_widget_style_get(obj), &ret));