diff --git a/legacy/elementary/src/lib/elm_widget.h b/legacy/elementary/src/lib/elm_widget.h index 02ba72f9f5..a7cccf95a5 100644 --- a/legacy/elementary/src/lib/elm_widget.h +++ b/legacy/elementary/src/lib/elm_widget.h @@ -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 */ diff --git a/legacy/elementary/src/lib/elm_widget_button.h b/legacy/elementary/src/lib/elm_widget_button.h index ede9140507..38afcc58c7 100644 --- a/legacy/elementary/src/lib/elm_widget_button.h +++ b/legacy/elementary/src/lib/elm_widget_button.h @@ -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 */ diff --git a/legacy/elementary/src/lib/elm_widget_container.h b/legacy/elementary/src/lib/elm_widget_container.h index 18e18e1d3c..70e511155a 100644 --- a/legacy/elementary/src/lib/elm_widget_container.h +++ b/legacy/elementary/src/lib/elm_widget_container.h @@ -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 */ diff --git a/legacy/elementary/src/lib/elm_widget_image.h b/legacy/elementary/src/lib/elm_widget_image.h index b2c1ce4450..f055590d52 100644 --- a/legacy/elementary/src/lib/elm_widget_image.h +++ b/legacy/elementary/src/lib/elm_widget_image.h @@ -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 */ diff --git a/legacy/elementary/src/lib/elm_widget_layout.h b/legacy/elementary/src/lib/elm_widget_layout.h index bddf1651ee..2f69c53834 100644 --- a/legacy/elementary/src/lib/elm_widget_layout.h +++ b/legacy/elementary/src/lib/elm_widget_layout.h @@ -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 */