summaryrefslogtreecommitdiff
path: root/gtk/gtktooltip.c
diff options
context:
space:
mode:
authorДилян Палаузов <git-dpa@aegee.org>2019-08-25 12:52:24 +0000
committerДилян Палаузов <git-dpa@aegee.org>2019-08-25 12:52:46 +0000
commit6ded38de2b2f87f1531367f62c38ac49b9e50862 (patch)
tree73073bb15e18b22d2831f996f77cea3275c6437e /gtk/gtktooltip.c
parent4fa1f459dda18dd6e1020089eeb9f58b0b9276c3 (diff)
downloadgtk+-6ded38de2b2f87f1531367f62c38ac49b9e50862.tar.gz
Minor typos in the Documentation (a/an)
Diffstat (limited to 'gtk/gtktooltip.c')
-rw-r--r--gtk/gtktooltip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktooltip.c b/gtk/gtktooltip.c
index 2e7702574c..6b0af8ebb7 100644
--- a/gtk/gtktooltip.c
+++ b/gtk/gtktooltip.c
@@ -633,7 +633,7 @@ gtk_tooltip_position (GtkTooltip *tooltip,
* If the anchor rectangle is too tall (meaning if we'd be constrained
* and flip, it'd flip too far away), rely only on the pointer position
* to position the tooltip. The approximate pointer cursorrectangle is
- * used as a anchor rectantgle.
+ * used as an anchor rectantgle.
*
* If the anchor rectangle isn't to tall, make sure the tooltip isn't too
* far away from the pointer position.