elementary/config - fixed typo.

SVN revision: 71296
This commit is contained in:
ChunEon Park 2012-05-22 04:55:49 +00:00
parent b17f76696b
commit 0d959fadbe
1 changed files with 1 additions and 1 deletions

View File

@ -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