Fix typos in documentation #2

Signed-off-by: Sanjeev BA <iamsanjeev@gmail.com>

SVN revision: 67905
This commit is contained in:
Sanjeev BA 2012-02-14 08:50:23 +00:00
parent 0574ae15da
commit 9505522f40
4 changed files with 9 additions and 9 deletions

View File

@ -78,7 +78,7 @@ EAPI void elm_app_info_set(void *mainfunc, const char *dom, const char *c
/** /**
* Provide information on the @b fallback application's binaries * Provide information on the @b fallback application's binaries
* directory, in scenarios where they get overriden by * directory, in scenarios where they get overridden by
* elm_app_info_set(). * elm_app_info_set().
* *
* @param dir The path to the default binaries directory (compile time * @param dir The path to the default binaries directory (compile time
@ -96,7 +96,7 @@ EAPI void elm_app_compile_bin_dir_set(const char *dir);
/** /**
* Provide information on the @b fallback application's libraries * Provide information on the @b fallback application's libraries
* directory, on scenarios where they get overriden by * directory, on scenarios where they get overridden by
* elm_app_info_set(). * elm_app_info_set().
* *
* @param dir The path to the default libraries directory (compile * @param dir The path to the default libraries directory (compile
@ -114,7 +114,7 @@ EAPI void elm_app_compile_lib_dir_set(const char *dir);
/** /**
* Provide information on the @b fallback application's data * Provide information on the @b fallback application's data
* directory, on scenarios where they get overriden by * directory, on scenarios where they get overridden by
* elm_app_info_set(). * elm_app_info_set().
* *
* @param dir The path to the default data directory (compile time * @param dir The path to the default data directory (compile time
@ -132,7 +132,7 @@ EAPI void elm_app_compile_data_dir_set(const char *dir);
/** /**
* Provide information on the @b fallback application's locale * Provide information on the @b fallback application's locale
* directory, on scenarios where they get overriden by * directory, on scenarios where they get overridden by
* elm_app_info_set(). * elm_app_info_set().
* *
* @param dir The path to the default locale directory (compile time * @param dir The path to the default locale directory (compile time

View File

@ -299,7 +299,7 @@ EAPI void elm_box_padding_set(Evas_Object *obj, Evas_Coord horizo
EAPI void elm_box_padding_get(const Evas_Object *obj, Evas_Coord *horizontal, Evas_Coord *vertical); EAPI void elm_box_padding_get(const Evas_Object *obj, Evas_Coord *horizontal, Evas_Coord *vertical);
/** /**
* Set the alignment of the whole bouding box of contents. * Set the alignment of the whole bounding box of contents.
* *
* Sets how the bounding box containing all the elements of the box, after * Sets how the bounding box containing all the elements of the box, after
* their sizes and position has been calculated, will be aligned within * their sizes and position has been calculated, will be aligned within
@ -312,7 +312,7 @@ EAPI void elm_box_padding_get(const Evas_Object *obj, Evas_Coord
EAPI void elm_box_align_set(Evas_Object *obj, double horizontal, double vertical); EAPI void elm_box_align_set(Evas_Object *obj, double horizontal, double vertical);
/** /**
* Get the alignment of the whole bouding box of contents. * Get the alignment of the whole bounding box of contents.
* *
* @param obj The box object * @param obj The box object
* @param horizontal The horizontal alignment of elements * @param horizontal The horizontal alignment of elements

View File

@ -18,7 +18,7 @@
* corner is "top_left" or "bottom_left" and is right aligned to the frame * corner is "top_left" or "bottom_left" and is right aligned to the frame
* otherwise. * otherwise.
* @li The @p info is a text which appears to the right of the label. Info's * @li The @p info is a text which appears to the right of the label. Info's
* font is of a ligther color than label. * font is of a lighter color than label.
* @li The @p content is an evas object that is shown inside the frame. * @li The @p content is an evas object that is shown inside the frame.
* *
* The position of the arrow, icon, label and info depends on which corner is * The position of the arrow, icon, label and info depends on which corner is
@ -46,7 +46,7 @@
* @li elm_object_part_content_get * @li elm_object_part_content_get
* @li elm_object_part_content_unset * @li elm_object_part_content_unset
* *
* For an example of using a buble see @ref bubble_01_example_page "this". * For an example of using a bubble see @ref bubble_01_example_page "this".
* *
* @{ * @{
*/ */

View File

@ -71,7 +71,7 @@ EAPI void elm_cache_flush_interval_all_set(int size);
* or not. When cache flushing is enabled, elementary will regularly * or not. When cache flushing is enabled, elementary will regularly
* (see elm_cache_flush_interval_get() ) flush caches and dump data out of * (see elm_cache_flush_interval_get() ) flush caches and dump data out of
* memory and allow usage to re-seed caches and data in memory where it * memory and allow usage to re-seed caches and data in memory where it
* can do so. An idle application will thus minimise its memory usage as * can do so. An idle application will thus minimize its memory usage as
* data will be freed from memory and not be re-loaded as it is idle and * data will be freed from memory and not be re-loaded as it is idle and
* not rendering or doing anything graphically right now. * not rendering or doing anything graphically right now.
* *