elm headers: Fixed typo.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Thu, 31 May 2012 17:55:07 +0000 (17:55 +0000)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Thu, 31 May 2012 17:55:07 +0000 (17:55 +0000)
SVN revision: 71589

src/lib/elm_widget.h
src/lib/elm_widget_button.h
src/lib/elm_widget_container.h
src/lib/elm_widget_image.h
src/lib/elm_widget_layout.h

index 02ba72f..a7cccf9 100644 (file)
  * @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
  */
  * @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
  */
index ede9140..38afcc5 100644 (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
  */
index 18e18e1..70e5111 100644 (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
   */
index b2c1ce4..f055590 100644 (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
  */
index bddf165..2f69c53 100644 (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
  */