elm_entry: fix typo in elm_entry_filter_limit_size()
authorjihoon <jihoon@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 7 Mar 2012 14:24:24 +0000 (14:24 +0000)
committerjihoon <jihoon@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 7 Mar 2012 14:24:24 +0000 (14:24 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@68956 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_entry.h

index dcb415c..a38b53a 100644 (file)
@@ -1382,7 +1382,7 @@ struct _Elm_Entry_Filter_Limit_Size
  * by character count or bytes (any of them is disabled if 0), and both can
  * be set at the same time. In that case, it first checks for characters,
  * then bytes. The #Elm_Entry_Filter_Limit_Size structure must be alive and
- * valid for as long as the entyr is alive AND the elm_entry_filter_limit_size
+ * valid for as long as the entry is alive AND the elm_entry_filter_limit_size
  * filter is set.
  *
  * The function will cut the inserted text in order to allow only the first