diff options
Diffstat (limited to 'lwlib/lwlib-Xol.c')
-rw-r--r-- | lwlib/lwlib-Xol.c | 4 |
1 files changed, 2 insertions, 2 deletions
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) |