diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-05-06 04:24:17 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-05-06 04:24:17 +0200 |
commit | 84a05acc8c341c2be383198496764992ae971a46 (patch) | |
tree | 061887e2e1327a2d0c688cba306b8ec66b3f8477 /src/gui_xmebw.c | |
parent | 84e0f6ca9adcbdca254060713878ebc29faaaa65 (diff) | |
download | vim-git-84a05acc8c341c2be383198496764992ae971a46.tar.gz |
updated for version 7.3.925v7.3.925
Problem: Typos in source files.
Solution: Fix the typos. (Ken Takata)
Diffstat (limited to 'src/gui_xmebw.c')
-rw-r--r-- | src/gui_xmebw.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui_xmebw.c b/src/gui_xmebw.c index f7d59fcc5..3760f7260 100644 --- a/src/gui_xmebw.c +++ b/src/gui_xmebw.c @@ -345,7 +345,7 @@ set_pixmap(XmEnhancedButtonWidget eb) &eb->primitive.top_shadow_color, &eb->primitive.highlight_color); - /* Setup color subsititution table. */ + /* Setup color substitution table. */ color[0].pixel = eb->core.background_pixel; color[1].pixel = eb->core.background_pixel; color[2].pixel = eb->core.background_pixel; @@ -919,8 +919,8 @@ set_size(XmEnhancedButtonWidget newtb) } /* - * Plase note that we manipulate the width only in case of push buttons not - * used in the context of a menu pane. + * Please note that we manipulate the width only in case of push buttons + * not used in the context of a menu pane. */ if (Lab_IsMenupane(newtb)) { @@ -1006,7 +1006,7 @@ Initialize(Widget rq, Widget ebw, ArgList args UNUSED, Cardinal *n UNUSED) XmString str; set_pixmap(eb); - /* FIXME: this is not the perfect way to deal with menues, which do not + /* FIXME: this is not the perfect way to deal with menus, which do not * have any string set right now. */ str = XmStringCreateLocalized(""); XtVaSetValues((Widget) eb, XmNlabelString, str, NULL); |