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_motif.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_motif.c')
-rw-r--r-- | src/gui_motif.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui_motif.c b/src/gui_motif.c index 7cac8ee6a..5b6c7a764 100644 --- a/src/gui_motif.c +++ b/src/gui_motif.c @@ -1344,7 +1344,7 @@ gui_mch_add_menu_item(menu, idx) else { /* Without shadows one can't sense whatever the button has been - * pressed or not! However we wan't to save a bit of space... + * pressed or not! However we want to save a bit of space... * Need the highlightThickness to see the focus. */ XtSetArg(args[n], XmNhighlightThickness, 1); n++; @@ -3205,7 +3205,7 @@ motif_get_toolbar_colors(bgp, fgp, bsp, tsp, hsp) # ifdef FEAT_FOOTER /* * The next toolbar enter/leave callbacks should really do balloon help. But - * I have to use footer help for backwards compatability. Hopefully both will + * I have to use footer help for backwards compatibility. Hopefully both will * get implemented and the user will have a choice. */ static void |