elm examples.dox: Fixed typo.

SVN revision: 62434
This commit is contained in:
Daniel Juyung Seo 2011-08-14 07:47:29 +00:00
parent 9e3f2db2b7
commit 7621c1171d
1 changed files with 4 additions and 4 deletions

View File

@ -488,7 +488,7 @@
* @skip on_done
* @until evas_object_resize
*
* We also add a resizeable white background to use behind our animation:
* We also add a resizable white background to use behind our animation:
*
* @skip bg_add
* @until evas_object_show
@ -538,7 +538,7 @@
* @skip on_done
* @until evas_object_resize
*
* We also add a resizeable white background to use behind our animation:
* We also add a resizable white background to use behind our animation:
*
* @skip bg_add
* @until evas_object_show
@ -3427,7 +3427,7 @@
* @dontinclude image_example_01.c
*
* This example is as simple as possible. An image object will be added to the
* window over a white background, and set to be resizeable together with the
* window over a white background, and set to be resizable together with the
* window. All the options set through the example will affect the behavior of
* this image.
*
@ -3490,7 +3490,7 @@
* @dontinclude icon_example_01.c
*
* This example is as simple as possible. An icon object will be added to the
* window over a white background, and set to be resizeable together with the
* window over a white background, and set to be resizable together with the
* window. All the options set through the example will affect the behavior of
* this icon.
*