seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=071fb95ab07132b96cd44b53cd3838269c7c4ded
commit 071fb95ab07132b96cd44b53cd3838269c7c4ded Author: Daniel Juyung Seo <[email protected]> Date: Sat Aug 23 00:31:12 2014 +0900 config: fixed documentation typos. --- src/lib/elm_config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/elm_config.h b/src/lib/elm_config.h index fe9bb2f..c17bf08 100644 --- a/src/lib/elm_config.h +++ b/src/lib/elm_config.h @@ -1233,7 +1233,7 @@ EAPI void elm_config_vsync_set(Eina_Bool enabled); * Get the acceleration override preference flag * * This gets the acceleration override preference. This is a flag that - * has the global system acceleration preference configureation forcibly + * has the global system acceleration preference configuration forcibly * override whatever acceleration preference the application may want. * * @return If acceleration override is enabled @@ -1246,7 +1246,7 @@ EAPI Eina_Bool elm_config_accel_preference_override_get(void); * Set the acceleration override preference flag * * This sets the acceleration override preference. This is a flag that - * has the global system acceleration preference configureation forcibly + * has the global system acceleration preference configuration forcibly * override whatever acceleration preference the application may want. * * @param enabled This should be @c EINA_TRUE if enabled, or @c EINA_FALSE if --
