From f02a17805e5dfa7da8970ba795bd4ba0d8e9bc92 Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Thu, 30 Jul 2020 09:06:49 +0200 Subject: [PATCH] a11y: Fix typo in GtkATContext::state-changed docs --- gtk/gtkatcontext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkatcontext.c b/gtk/gtkatcontext.c index f38b5921de..0f12bf9121 100644 --- a/gtk/gtkatcontext.c +++ b/gtk/gtkatcontext.c @@ -177,7 +177,7 @@ gtk_at_context_class_init (GtkATContextClass *klass) * @self: the #GtkATContext * @changed_states: flags for the changed states * @changed_properties: flags for the changed properties - * @changed_relations, + * @changed_relations: * @states: the new states * @properties: the new properties * @relations: the new relations