elm headers: Fixed typo.

SVN revision: 71589
This commit is contained in:
Daniel Juyung Seo 2012-05-31 17:55:07 +00:00
parent cb2aba8dd8
commit 741ada7b0b
5 changed files with 9 additions and 9 deletions

View File

@ -304,7 +304,7 @@
* @def ELM_WIDGET_CLASS
*
* Use this macro to cast whichever subclass of
* #Elm_Widget_Smart_Class into it, so to acess its fields.
* #Elm_Widget_Smart_Class into it, so to access its fields.
*
* @ingroup Widget
*/
@ -314,7 +314,7 @@
* @def ELM_WIDGET_DATA
*
* Use this macro to cast whichever subdata of
* #Elm_Widget_Smart_Data into it, so to acess its fields.
* #Elm_Widget_Smart_Data into it, so to access its fields.
*
* @ingroup Widget
*/

View File

@ -19,7 +19,7 @@
* @def ELM_BUTTON_CLASS
*
* Use this macro to cast whichever subclass of
* #Elm_Button_Smart_Class into it, so to acess its fields.
* #Elm_Button_Smart_Class into it, so to access its fields.
*
* @ingroup Widget
*/
@ -29,7 +29,7 @@
* @def ELM_BUTTON_DATA
*
* Use this macro to cast whichever subdata of
* #Elm_Button_Smart_Data into it, so to acess its fields.
* #Elm_Button_Smart_Data into it, so to access its fields.
*
* @ingroup Widget
*/

View File

@ -29,7 +29,7 @@
* @def ELM_CONTAINER_CLASS
*
* Use this macro to cast whichever subclass of
* #Elm_Container_Smart_Class into it, so to acess its fields.
* #Elm_Container_Smart_Class into it, so to access its fields.
*
* @ingroup Widget
*/

View File

@ -24,7 +24,7 @@
* @def ELM_IMAGE_CLASS
*
* Use this macro to cast whichever subclass of
* #Elm_Image_Smart_Class into it, so to acess its fields.
* #Elm_Image_Smart_Class into it, so to access its fields.
*
* @ingroup Widget
*/
@ -34,7 +34,7 @@
* @def ELM_IMAGE_DATA
*
* Use this macro to cast whichever subdata of
* #Elm_Image_Smart_Data into it, so to acess its fields.
* #Elm_Image_Smart_Data into it, so to access its fields.
*
* @ingroup Widget
*/

View File

@ -42,7 +42,7 @@
* @def ELM_LAYOUT_CLASS
*
* Use this macro to cast whichever subclass of
* #Elm_Layout_Smart_Class into it, so to acess its fields.
* #Elm_Layout_Smart_Class into it, so to access its fields.
*
* @ingroup Widget
*/
@ -52,7 +52,7 @@
* @def ELM_LAYOUT_DATA
*
* Use this macro to cast whichever subdata of
* #Elm_Layout_Smart_Data into it, so to acess its fields.
* #Elm_Layout_Smart_Data into it, so to access its fields.
*
* @ingroup Widget
*/