Enlightenment CVS committal Author : ningerso Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/bin/tests/widget Modified Files: ewl_widget.c Log Message: Error message typo fix in widget unit tests. =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/widget/ewl_widget.c,v retrieving revision 1.18 retrieving revision 1.19 diff -u -3 -r1.18 -r1.19 --- ewl_widget.c 29 Nov 2007 03:50:43 -0000 1.18 +++ ewl_widget.c 30 Nov 2007 06:24:45 -0000 1.19 @@ -298,7 +298,7 @@ ewl_widget_appearance_set(w, "my_appearance"); if (strcmp("my_appearance", ewl_widget_appearance_get(w))) - snprintf(buf, len, "appearance_get dosen't match appearance_set"); + snprintf(buf, len, "appearance_get doesn't match appearance_set"); else ret = 1; @@ -317,7 +317,7 @@ ewl_widget_inherit(w, my_class); if (!ewl_widget_type_is(w, my_class)) - snprintf(buf, len, "inheritance dosen't contain correct type"); + snprintf(buf, len, "inheritance doesn't contain correct type"); else ret = 1; ------------------------------------------------------------------------- SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs