summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHermet Park <hermet@hermet.pe.kr>2016-02-26 21:50:19 +0900
committerHermet Park <hermet@hermet.pe.kr>2016-02-26 21:50:19 +0900
commit4b8fc63c2045456af0812306b445ebadb16f7d60 (patch)
tree5996a32c03e8cb0fc13300866b0d60e7e33dbae0
parent9ad391f6eff0e7d0d2f734a09b480e4c31173321 (diff)
downloadelementary-4b8fc63c2045456af0812306b445ebadb16f7d60.tar.gz
genlist: fix a typo.
-rw-r--r--src/lib/elm_genlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elm_genlist.h b/src/lib/elm_genlist.h
index 12f1b2a92..5721e3290 100644
--- a/src/lib/elm_genlist.h
+++ b/src/lib/elm_genlist.h
@@ -112,7 +112,7 @@
* - end_icon - Only 1 icon (at end/right) (since 1.7)
* - no_icon - No icon (at end/right) (since 1.7)
* - full - Only 1 icon, elm.swallow.content, which consumes whole area of
- * genlist itemj (since 1.7)
+ * genlist item (since 1.7)
*
* If one wants to use more icons and texts than are offered in theme, there
* are two solutions. One is to use 'full' style that has one big swallow part.