seoz pushed a commit to branch master.

commit 5db29cdb1f0058cb0701d75679739a948ed80224
Author: Daniel Juyung Seo <[email protected]>
Date:   Fri May 3 02:12:52 2013 +0900

    elm_genlist.c: fixed comment typo.
---
 src/lib/elm_genlist.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/elm_genlist.c b/src/lib/elm_genlist.c
index 5aa3664..ea5ef64 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);

-- 

------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1

Reply via email to