diff lwlib/lwlib-internal.h @ 442:abe6d1db359e r21-2-36

Import from CVS: tag r21-2-36
author cvs
date Mon, 13 Aug 2007 11:35:02 +0200
parents 8de8e3f6228a
children 3078fd1074e8
line wrap: on
line diff
--- a/lwlib/lwlib-internal.h	Mon Aug 13 11:33:40 2007 +0200
+++ b/lwlib/lwlib-internal.h	Mon Aug 13 11:35:02 2007 +0200
@@ -39,12 +39,12 @@
 
 typedef struct _widget_creation_entry
 {
-  CONST char*			type;
+  const char*			type;
   widget_creation_function	function;
 } widget_creation_entry;
 
 /* update all other instances of a widget.  Can be used in a callback when
-   a wiget has been used by the user */
+   a widget has been used by the user */
 void
 lw_internal_update_other_instances (Widget widget, XtPointer closure,
 				    XtPointer call_data);