From 0d959fadbe1c1a8193d42532a5c81d269178f584 Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Tue, 22 May 2012 04:55:49 +0000 Subject: [PATCH] elementary/config - fixed typo. SVN revision: 71296 --- legacy/elementary/src/lib/elm_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/elementary/src/lib/elm_config.h b/legacy/elementary/src/lib/elm_config.h index 185e42bc08..4dc4f481f0 100644 --- a/legacy/elementary/src/lib/elm_config.h +++ b/legacy/elementary/src/lib/elm_config.h @@ -752,7 +752,7 @@ EAPI int elm_config_cache_flush_interval_get(void); * * @param size The cache flush interval time * - * @note The @p size must greater than 0. if not, the cache flush will be + * @note The @p size must be greater than 0. if not, the cache flush will be * ignored. * * @ingroup Caches