summaryrefslogtreecommitdiffstats
path: root/src/gui_xmebw.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-05-10 17:46:55 +0000
committerBram Moolenaar <Bram@vim.org>2007-05-10 17:46:55 +0000
commita38edcde16bd424133c832a508d8f1fc6b9c9a65 (patch)
treed2d8edb3c9ca137793f8efbcc1be477922c8df87 /src/gui_xmebw.c
parent29466f2b4faed1116b766343a8f6ea9794bbcae2 (diff)
updated for version 7.1b
Diffstat (limited to 'src/gui_xmebw.c')
-rw-r--r--src/gui_xmebw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui_xmebw.c b/src/gui_xmebw.c
index be218d1781..85f25cd0e1 100644
--- a/src/gui_xmebw.c
+++ b/src/gui_xmebw.c
@@ -50,7 +50,7 @@
* implementation. Also missing in Motif 1.2 and earlier.
*
* We neither use XmeGetPixmapData or _XmGetPixmapData, since with LessTif the
- * pixmap will not appear in it's caches properly. We cache the interresting
+ * pixmap will not appear in it's caches properly. We cache the interesting
* values in XmEnhancedButtonPart instead ourself.
*/
#if defined(LESSTIF_VERSION) || (XmVersion <= 1002)
@@ -1091,7 +1091,7 @@ SetValues(Widget current, Widget request, Widget new, ArgList args, Cardinal *n)
unsigned int mask;
/*
- * Aritificially let the highlight appear if the mouse is over us.
+ * Artificially let the highlight appear if the mouse is over us.
*/
/* Best way to get the root window of object: */
XGetGeometry(dpy, XtWindow(cur), &root, &r_x, &r_y, &r_width,