From a7b835e4e48878e07ddc7ab88dcf7f3e44b6e119 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Wed, 7 Mar 2012 14:24:24 +0000 Subject: [PATCH] elm_entry: fix typo in elm_entry_filter_limit_size() SVN revision: 68956 --- src/lib/elm_entry.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elm_entry.h b/src/lib/elm_entry.h index dcb415c..a38b53a 100644 --- a/src/lib/elm_entry.h +++ b/src/lib/elm_entry.h @@ -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 -- 2.7.4