diff lwlib/lwlib-Xm.c @ 14018:0a94cd2c51c4

Comment fixes.
author Karl Heuer <kwzh@gnu.org>
date Fri, 05 Jan 1996 00:45:43 +0000
parents 23cd08c6dd2a
children ee40177f6c68
line wrap: on
line diff
--- a/lwlib/lwlib-Xm.c	Fri Jan 05 00:05:12 1996 +0000
+++ b/lwlib/lwlib-Xm.c	Fri Jan 05 00:45:43 1996 +0000
@@ -726,7 +726,7 @@
 /* This function is for activating a button from a program.  It's wrong because
    we pass a NULL argument in the call_data which is not Motif compatible.
    This is used from the XmNdefaultAction callback of the List widgets to
-   have a dble-click put down a dialog box like the button woudl do. 
+   have a double-click put down a dialog box like the button would do. 
    I could not find a way to do that with accelerators.
  */
 static void
@@ -841,7 +841,7 @@
       n_children++;
     }
 
-  /* invisible seperator button */
+  /* invisible separator button */
   ac = 0;
   XtSetArg (al[ac], XmNmappedWhenManaged, FALSE); ac++;
   children [n_children] = XmCreateLabel (row, "separator_button", al, ac);