diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-05-10 18:19:11 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-05-10 18:19:11 +0000 |
commit | 2c7a763832663d5878ff37a58c81fbe95527084a (patch) | |
tree | de001b1fcec1cf19bd23211eaa6dde7a0701c13b /src/gui_xmdlg.c | |
parent | 720c710091ba23dcbfca46766d87b4bb57dbc892 (diff) | |
download | vim-git-2c7a763832663d5878ff37a58c81fbe95527084a.tar.gz |
updated for version 7.1b
Diffstat (limited to 'src/gui_xmdlg.c')
-rw-r--r-- | src/gui_xmdlg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui_xmdlg.c b/src/gui_xmdlg.c index dff867292..a7470580c 100644 --- a/src/gui_xmdlg.c +++ b/src/gui_xmdlg.c @@ -12,7 +12,7 @@ * * Implementation of dialogue functions for the Motif GUI variant. * - * Note about Lesstif: Apparenty lesstif doesn't get the widget layout right, + * Note about Lesstif: Apparently lesstif doesn't get the widget layout right, * when using a dynamic scrollbar policy. */ @@ -479,7 +479,7 @@ fill_lists(enum ListSpecifier fix, SharedFontSelData *data) XtFree(list[ENCODING][i]); } - /* Destroy all the outstandig menu items. + /* Destroy all the outstanding menu items. */ for (i = count[ENCODING]; i < n_items; ++i) { |