diff options
author | Corentin Noël <corentin@elementary.io> | 2020-05-11 18:47:20 +0200 |
---|---|---|
committer | Corentin Noël <corentin@elementary.io> | 2020-05-11 19:26:20 +0200 |
commit | 076b2f11d2642d9153938dea34c49d8a345938b1 (patch) | |
tree | f16af90837980573140d445d094ce6219f23c0da /gtk/gtktextview.c | |
parent | 9ce7b16dd8173afb94aaf7c374dfb6b69c98c135 (diff) | |
download | gtk+-076b2f11d2642d9153938dea34c49d8a345938b1.tar.gz |
docs: Fix several missing references in the documentation
This fixes several typos and missing references
Diffstat (limited to 'gtk/gtktextview.c')
-rw-r--r-- | gtk/gtktextview.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktextview.c b/gtk/gtktextview.c index 0f1eef567c..65af198a77 100644 --- a/gtk/gtktextview.c +++ b/gtk/gtktextview.c @@ -3659,7 +3659,7 @@ gtk_text_view_toggle_cursor_visible (GtkTextView *text_view) * want to turn the cursor off. * * Note that this property may be overridden by the - * #GtkSettings:gtk-keynave-use-caret settings. + * #GtkSettings:gtk-keynav-use-caret settings. */ void gtk_text_view_set_cursor_visible (GtkTextView *text_view, |