summaryrefslogtreecommitdiff
path: root/src/modules/illume-indicator
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@osg.samsung.com>2014-07-30 19:18:24 -0400
committerMike Blumenkrantz <zmike@osg.samsung.com>2014-07-30 19:18:24 -0400
commit290e2369d38883846b6ac9f555ae078bc7b66868 (patch)
tree5ae5ea70bedd0dcecc17232839a206e212774ced /src/modules/illume-indicator
parent4d9646b40e1c6c59d6bdf15495c23ddac4434720 (diff)
downloadenlightenment-290e2369d38883846b6ac9f555ae078bc7b66868.tar.gz
s/sumary/summary/g
Diffstat (limited to 'src/modules/illume-indicator')
-rw-r--r--src/modules/illume-indicator/e_mod_notify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/illume-indicator/e_mod_notify.c b/src/modules/illume-indicator/e_mod_notify.c
index 048c7fd024..a883307523 100644
--- a/src/modules/illume-indicator/e_mod_notify.c
+++ b/src/modules/illume-indicator/e_mod_notify.c
@@ -152,7 +152,7 @@ _e_mod_notify_refresh(Ind_Notify_Win *nwin)
edje_object_part_swallow(nwin->o_base, "e.swallow.icon", nwin->o_icon);
}
- edje_object_part_text_set(nwin->o_base, "e.text.title", nwin->notify->sumary);
+ edje_object_part_text_set(nwin->o_base, "e.text.title", nwin->notify->summary);
edje_object_part_text_set(nwin->o_base, "e.text.message", nwin->notify->body);