Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_attach.h 


Log Message:
- spelling

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_attach.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- ewl_attach.h        15 Feb 2006 16:52:18 -0000      1.6
+++ ewl_attach.h        15 Feb 2006 16:57:20 -0000      1.7
@@ -36,14 +36,14 @@
 
 /**
  * @def ewl_attach_tooltip_text_set(w, data)
- * Conviencice method to set a tooltip text attachment
+ * Convenience method to set a tooltip text attachment
  */
 #define ewl_attach_tooltip_text_set(w, data) \
        ewl_attach_text_set(w, EWL_ATTACH_TYPE_TOOLTIP, data)
 
 /**
  * @def ewl_attach_tooltip_widget_set(w, data)
- * Convience method to set a tooltip widget attachement
+ * Convenience method to set a tooltip widget attachement
  */
 #define ewl_attach_tooltip_widget_set(w, data) \
        ewl_attach_widget_set(w, EWL_ATTACH_TYPE_TOOLTIP, data)
@@ -51,7 +51,7 @@
 
 /**
  * @def ewl_attach_mouse_pointer_set(w, data)
- * Convience method to set a pointer widget attachment
+ * Convenience method to set a pointer widget attachment
  */
 #define ewl_attach_mouse_cursor_set(w, data) \
        ewl_attach_other_set(w, EWL_ATTACH_TYPE_MOUSE_CURSOR, \
@@ -59,42 +59,42 @@
 
 /**
  * @def ewl_attach_color_set(w, data)
- * Convience method to set a colour widget attachment
+ * Convenience method to set a colour widget attachment
  */
 #define ewl_attach_color_set(w, data) \
        ewl_attach_other_set(w, EWL_ATTACH_TYPE_COLOR, data)
 
 /**
  * @def ewl_attach_color_get(w) 
- * Convience method to get a colour attachment back
+ * Convenience method to get a colour attachment back
  */
 #define ewl_attach_color_get(w) \
        ewl_attach_get(w, EWL_ATTACH_TYPE_COLOR)
 
 /**
  * @def ewl_attach_name_set(w, data)
- * Convience method to set a widget name attachment
+ * Convenience method to set a widget name attachment
  */
 #define ewl_attach_name_set(w, data) \
        ewl_attach_text_set(w, EWL_ATTACH_TYPE_NAME, data)
 
 /**
  * @def ewl_attach_name_get(w)
- * Convience method to get a widgets name attachment
+ * Convenience method to get a widgets name attachment
  */
 #define ewl_attach_name_get(w) \
        ewl_attach_get(w, EWL_ATTACH_TYPE_NAME)
 
 /**
  * @def ewl_attach_notebook_data_set(w, data)
- * Convience method to attach data to a notebook item
+ * Convenience method to attach data to a notebook item
  */
 #define ewl_attach_notebook_data_set(w, data) \
        ewl_attach_other_set(w, EWL_ATTACH_TYPE_NOTEBOOK_DATA, data)
 
 /**
  * @def ewl_attach_notebook_data_get(w)
- * Convience method to get the data attached to a notebook item
+ * Convenience method to get the data attached to a notebook item
  */
 #define ewl_attach_notebook_data_get(w) \
        ewl_attach_get(w, EWL_ATTACH_TYPE_NOTEBOOK_DATA)




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to