From 84a05acc8c341c2be383198496764992ae971a46 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 6 May 2013 04:24:17 +0200 Subject: updated for version 7.3.925 Problem: Typos in source files. Solution: Fix the typos. (Ken Takata) --- src/gui_motif.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui_motif.c') 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 -- cgit v1.2.1