summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-08-13 15:16:03 -0400
committerMatthias Clasen <mclasen@redhat.com>2019-08-13 15:16:03 -0400
commit6dd23b2bf02ebf03d84d947eb327a4930bb749d1 (patch)
tree50bb24fb1b1824a531e5191ae7947e6f9615ddb0
parentafd64f37401439a3580eee65180dc71bae5c5f94 (diff)
downloadgtk+-6dd23b2bf02ebf03d84d947eb327a4930bb749d1.tar.gz
text view: Fix a typo
Pointed out in https://gitlab.gnome.org/GNOME/gtk/issues/2094
-rw-r--r--gtk/gtktextview.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktextview.c b/gtk/gtktextview.c
index 602d507683..6d405df097 100644
--- a/gtk/gtktextview.c
+++ b/gtk/gtktextview.c
@@ -3522,7 +3522,7 @@ gtk_text_view_reset_cursor_blink (GtkTextView *text_view)
* @text_view: a #GtkTextView
*
* Moves the cursor to the currently visible region of the
- * buffer, it it isn’t there already.
+ * buffer, if it isn’t there already.
*
* Returns: %TRUE if the cursor had to be moved.
**/