summaryrefslogtreecommitdiffstats
path: root/src/gui_xmebw.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-11-16 16:21:05 +0100
committerBram Moolenaar <Bram@vim.org>2018-11-16 16:21:05 +0100
commitc4568ab37edc01e01f258d64bceddcd01633a268 (patch)
tree8ae92c661dad3bde1055513daa15ce703d3632f7 /src/gui_xmebw.c
parentf0d58efc9dc46be37c629cbc99b4125448ca39fd (diff)
patch 8.1.0528: various typos in commentsv8.1.0528
Problem: Various typos in comments. Solution: Fix the typos.
Diffstat (limited to 'src/gui_xmebw.c')
-rw-r--r--src/gui_xmebw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui_xmebw.c b/src/gui_xmebw.c
index 9ea020f914..b09b1e64c9 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 interesting
+ * pixmap will not appear in its caches properly. We cache the interesting
* values in XmEnhancedButtonPart instead ourself.
*/
#if defined(LESSTIF_VERSION) || (XmVersion <= 1002)