hermet pushed a commit to branch master.

commit 710fb5e779eefb9eaac7bb0446fe67679594b4e4
Author: ChunEon Park <[email protected]>
Date:   Wed Apr 24 12:29:53 2013 +0900

    elementary - fix typo
---
 src/lib/elm_object.h      | 2 +-
 src/lib/elm_object_item.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/elm_object.h b/src/lib/elm_object.h
index 2e617c4..59a784e 100644
--- a/src/lib/elm_object.h
+++ b/src/lib/elm_object.h
@@ -84,7 +84,7 @@ EAPI const char *elm_object_translatable_part_text_get(const 
Evas_Object *obj, c
 #define elm_object_translatable_text_get(obj) 
elm_object_translatable_part_text_get((obj), NULL)
 
 /**
- * Mark the part text to be transltable or not.
+ * Mark the part text to be translatable or not.
  *
  * Once you mark the part text to be translatable, the text will be translated
  * internally regardless of elm_object_part_text_set() and
diff --git a/src/lib/elm_object_item.h b/src/lib/elm_object_item.h
index a14649e..5047806 100644
--- a/src/lib/elm_object_item.h
+++ b/src/lib/elm_object_item.h
@@ -172,7 +172,7 @@ EAPI const char 
*elm_object_item_translatable_part_text_get(const Elm_Object_Ite
 #define elm_object_item_translatable_text_get(it) 
elm_object_item_translatable_part_text_get((it), NULL)
 
 /**
- * Mark the part text to be transltable or not.
+ * Mark the part text to be translatable or not.
  *
  * Once you mark the part text to be translatable, the text will be translated
  * internally regardless of elm_object_item_part_text_set() and

-- 

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr

Reply via email to