diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2011-11-24 02:58:14 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2011-11-24 02:58:14 +0100 |
commit | 20db1522fe719b5de3f7cf9b373183d4b3437e94 (patch) | |
tree | 44b4bcef6fb0bb9b7fd99389781ee07dc94ca7c0 /lwlib/lwlib.c | |
parent | 29291ef14b0592d235f4b62463a7eb4471e5a55f (diff) | |
download | emacs-20db1522fe719b5de3f7cf9b373183d4b3437e94.tar.gz |
Fix typos.
Diffstat (limited to 'lwlib/lwlib.c')
-rw-r--r-- | lwlib/lwlib.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lwlib/lwlib.c b/lwlib/lwlib.c index 7e3538aec04..b83517ad1f9 100644 --- a/lwlib/lwlib.c +++ b/lwlib/lwlib.c @@ -1156,9 +1156,9 @@ lw_get_widget_value_for_widget (widget_instance *instance, Widget w) /* To forbid recursive calls */ static Boolean lwlib_updating; -/* This function can be used as a an XtCallback for the widgets that get - modified to update other instances of the widgets. Closure should be the - widget_instance. */ +/* This function can be used as an XtCallback for the widgets that get + modified to update other instances of the widgets. Closure should be the + widget_instance. */ void lw_internal_update_other_instances (Widget widget, XtPointer closure, |