summaryrefslogtreecommitdiffstats
path: root/src/gui_gtk_x11.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_gtk_x11.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_gtk_x11.c')
-rw-r--r--src/gui_gtk_x11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui_gtk_x11.c b/src/gui_gtk_x11.c
index 291d93c530..dbddb0ffb0 100644
--- a/src/gui_gtk_x11.c
+++ b/src/gui_gtk_x11.c
@@ -4284,7 +4284,7 @@ mainwin_destroy_cb(GObject *object UNUSED, gpointer data UNUSED)
* hints (and thus the required size from -geom), but that after that we
* put the hints back to normal (the actual minimum size) so we may
* subsequently be resized smaller. GtkSocket (the parent end) uses the
- * plug's window 'min hints to set *it's* minimum size, but that's also the
+ * plug's window 'min hints to set *its* minimum size, but that's also the
* only way we have of making ourselves bigger (by set lines/columns).
* Thus set hints at start-up to ensure correct init. size, then a
* second after the final attempt to reset the real minimum hints (done by