config: fixed documentation typos.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Fri, 22 Aug 2014 15:31:12 +0000 (00:31 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Fri, 22 Aug 2014 15:31:12 +0000 (00:31 +0900)
src/lib/elm_config.h

index fe9bb2fbe0b813fc6a0461a4ed55bdf92159ea4c..c17bf085b0a02c45d179245ddb1f223479798a5b 100644 (file)
@@ -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