diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2020-07-30 09:06:49 +0200 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2020-07-30 09:06:49 +0200 |
commit | f02a17805e5dfa7da8970ba795bd4ba0d8e9bc92 (patch) | |
tree | a34096ae85dfbdc97bfccd22ff4748275748c7c2 /gtk/gtkatcontext.c | |
parent | 0b11e78064cc51ed636fab83fb6406a6e4e33d19 (diff) | |
download | gtk+-f02a17805e5dfa7da8970ba795bd4ba0d8e9bc92.tar.gz |
a11y: Fix typo in GtkATContext::state-changed docs
Diffstat (limited to 'gtk/gtkatcontext.c')
-rw-r--r-- | gtk/gtkatcontext.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |