From 563a874f0f893c62524f52461fce1c5428742cc1 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 23 Sep 2012 23:37:46 -0400 Subject: [PATCH] Typo fix --- gtk/gtkenums.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkenums.h b/gtk/gtkenums.h index 2422e9e125..af9ac31888 100644 --- a/gtk/gtkenums.h +++ b/gtk/gtkenums.h @@ -1000,7 +1000,7 @@ typedef enum /** * GtkInputHints: - * @GDK_INPUT_HINT_NONE: No special behaviour suggested + * @GTK_INPUT_HINT_NONE: No special behaviour suggested * @GTK_INPUT_HINT_SPELLCHECK: Suggest checking for typos * @GTK_INPUT_HINT_NO_SPELLCHECK: Suggest not checking for typos * @GTK_INPUT_HINT_WORD_COMPLETION: Suggest word completion