summaryrefslogtreecommitdiff
path: root/lwlib
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-01-05 00:45:43 +0000
committerKarl Heuer <kwzh@gnu.org>1996-01-05 00:45:43 +0000
commit8af45bc5b74c23d1fb9c7eeb5765b6cdda820744 (patch)
tree377472e7c8bde4f29ff2ec5a0566fac0c8462b12 /lwlib
parent08e8f3ebc535696c5309adc8bb19afedc12a83c9 (diff)
downloademacs-8af45bc5b74c23d1fb9c7eeb5765b6cdda820744.tar.gz
Comment fixes.
Diffstat (limited to 'lwlib')
-rw-r--r--lwlib/lwlib-Xm.c4
-rw-r--r--lwlib/lwlib-Xol.c4
-rw-r--r--lwlib/lwlib-int.h2
-rw-r--r--lwlib/lwlib.h2
-rw-r--r--lwlib/xlwmenu.c2
5 files changed, 7 insertions, 7 deletions
diff --git a/lwlib/lwlib-Xm.c b/lwlib/lwlib-Xm.c
index 797945055f7..df80b67e160 100644
--- a/lwlib/lwlib-Xm.c
+++ b/lwlib/lwlib-Xm.c
@@ -726,7 +726,7 @@ xm_update_one_value (instance, widget, val)
/* 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 @@ make_dialog (name, parent, pop_up_p, shell_title, icon_name, text_input_slot,
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);
diff --git a/lwlib/lwlib-Xol.c b/lwlib/lwlib-Xol.c
index e78751236f6..d34e70e1324 100644
--- a/lwlib/lwlib-Xol.c
+++ b/lwlib/lwlib-Xol.c
@@ -225,14 +225,14 @@ update_one_menu_entry (widget_instance* instance, Widget widget,
{
if (contents)
{
- /* in OLIT this woudl have to be a structural change on the
+ /* in OLIT this would have to be a structural change on the
button. */
abort ();
}
}
else if (!contents)
{
- /* in OLIT this woudl have to be a structural change on the button. */
+ /* in OLIT this would have to be a structural change on the button. */
abort ();
}
else if (contents->change != NO_CHANGE)
diff --git a/lwlib/lwlib-int.h b/lwlib/lwlib-int.h
index b38c681a948..3649a241738 100644
--- a/lwlib/lwlib-int.h
+++ b/lwlib/lwlib-int.h
@@ -42,7 +42,7 @@ typedef struct _widget_creation_entry
} 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 ();
diff --git a/lwlib/lwlib.h b/lwlib/lwlib.h
index f22598ae730..33c4321f150 100644
--- a/lwlib/lwlib.h
+++ b/lwlib/lwlib.h
@@ -102,7 +102,7 @@ void lw_set_keyboard_focus (/* Widget parent, Widget w */);
void lw_show_busy (/* Widget w, Boolean busy */);
/* Silly hack to assist with Lucid/Athena geometry management. */
-void lw_refigure_widget (/* Widget w, Boolan doit */);
+void lw_refigure_widget (/* Widget w, Boolean doit */);
/* Toolkit independent way of determining if an event occurred on a
menubar. */
diff --git a/lwlib/xlwmenu.c b/lwlib/xlwmenu.c
index 26b56315e05..61487c0f65f 100644
--- a/lwlib/xlwmenu.c
+++ b/lwlib/xlwmenu.c
@@ -848,7 +848,7 @@ remap_menubar (mw)
old_stack [i] = new_stack [i];
mw->menu.old_depth = new_depth;
- /* refresh the last seletion */
+ /* refresh the last selection */
selection_position.x = 0;
selection_position.y = 0;
display_menu (mw, last_same, new_selection == old_selection,