text view: Fix a typo

Pointed out in https://gitlab.gnome.org/GNOME/gtk/issues/2094
This commit is contained in:
Matthias Clasen
2019-08-13 15:16:03 -04:00
parent afd64f3740
commit 6dd23b2bf0

View File

@@ -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 isnt there already.
* buffer, if it isnt there already.
*
* Returns: %TRUE if the cursor had to be moved.
**/