diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-05-10 17:46:55 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-05-10 17:46:55 +0000 |
commit | a38edcde16bd424133c832a508d8f1fc6b9c9a65 (patch) | |
tree | d2d8edb3c9ca137793f8efbcc1be477922c8df87 /src/gui_xmebw.c | |
parent | 29466f2b4faed1116b766343a8f6ea9794bbcae2 (diff) | |
download | vim-git-a38edcde16bd424133c832a508d8f1fc6b9c9a65.tar.gz |
updated for version 7.1b
Diffstat (limited to 'src/gui_xmebw.c')
-rw-r--r-- | src/gui_xmebw.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui_xmebw.c b/src/gui_xmebw.c index be218d178..85f25cd0e 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, |