summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Juyung Seo <seojuyung@gmail.com>2013-05-03 02:12:52 +0900
committerDaniel Juyung Seo <seojuyung@gmail.com>2013-05-03 03:14:37 +0900
commit5db29cdb1f0058cb0701d75679739a948ed80224 (patch)
tree2109cb0e421d6b0f8541ec922111fc49b57a2e96
parent0241994837dfd904b7976127e9b4460dd0f02707 (diff)
downloadelementary-5db29cdb1f0058cb0701d75679739a948ed80224.tar.gz
elm_genlist.c: fixed comment typo.
-rw-r--r--src/lib/elm_genlist.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/elm_genlist.c b/src/lib/elm_genlist.c
index 5aa366434..ea5ef6477 100644
--- a/src/lib/elm_genlist.c
+++ b/src/lib/elm_genlist.c
@@ -282,8 +282,8 @@ _elm_genlist_pan_smart_resize(Eo *obj, void *_pd, va_list *list)
psd->wsd->pan_changed = EINA_TRUE;
evas_object_smart_changed(obj);
if (psd->wsd->calc_job) ecore_job_del(psd->wsd->calc_job);
- // if the widht changed we may have to resize content if scrollbar went
- // away or appesared to queue a job to deal with it. it should settle in
+ // if the width changed we may have to resize content if scrollbar went
+ // away or appeared to queue a job to deal with it. it should settle in
// the end to a steady-state
if (ow != w)
psd->wsd->calc_job = ecore_job_add(_calc_job, psd->wobj);