diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-01-05 00:45:43 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-01-05 00:45:43 +0000 |
commit | 908ff139f9bd05145357e042fa6479d86bfba5ea (patch) | |
tree | 0400291d2e1409d02d5f501ccd50c0bbdc5c73b5 /lwlib/lwlib-int.h | |
parent | 46c63acf938a1884cb82e589c756088300ab49a8 (diff) |
Comment fixes.
Diffstat (limited to 'lwlib/lwlib-int.h')
-rw-r--r-- | lwlib/lwlib-int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lwlib/lwlib-int.h b/lwlib/lwlib-int.h index b38c681a94..3649a24173 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 (); |