trivial: spelling in documentation

Some misspellings found in doxy.



SVN revision: 52326
This commit is contained in:
Lucas De Marchi 2010-09-15 20:40:51 +00:00
parent 20ea0eef4e
commit 08055d63b9
1 changed files with 4 additions and 4 deletions

View File

@ -333,7 +333,7 @@ evas_object_map_enable_get(const Evas_Object *obj)
/** /**
* Set the map sourc eobject * Set the map source object
* *
* This sets the object from which the map is taken - can be any object that * This sets the object from which the map is taken - can be any object that
* has map enabled on it. * has map enabled on it.
@ -352,7 +352,7 @@ evas_object_map_source_set(Evas_Object *obj, Evas_Object *src)
} }
/** /**
* get the map source object * Get the map source object
* *
* See evas_object_map_source_set() * See evas_object_map_source_set()
* *
@ -381,7 +381,7 @@ evas_object_map_source_get(const Evas_Object *obj)
* image that is mapped to that map vertex/point. The u corresponds to the x * image that is mapped to that map vertex/point. The u corresponds to the x
* coordinate of this mapped point and v, the y coordinate. Note that these * coordinate of this mapped point and v, the y coordinate. Note that these
* coordinates describe a bounding region to sample. If you have a 200x100 * coordinates describe a bounding region to sample. If you have a 200x100
* source image and wannt to display it at 200x100 with proper pixel * source image and want to display it at 200x100 with proper pixel
* precision, then do: * precision, then do:
* *
* @code * @code
@ -399,7 +399,7 @@ evas_object_map_source_get(const Evas_Object *obj)
* @endcode * @endcode
* *
* Note that the map points a uv coordinates match the image geometry. If * Note that the map points a uv coordinates match the image geometry. If
* the @p map parameter is NULL, the sotred map will be freed and geometry * the @p map parameter is NULL, the stored map will be freed and geometry
* prior to enabling/setting a map will be restored. * prior to enabling/setting a map will be restored.
* *
* @param obj object to change transformation map * @param obj object to change transformation map