summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2020-07-17 12:03:17 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2020-07-17 12:03:17 +0100
commit0385f1aaf455d6ea40175803c762807d47916a7f (patch)
treee2423ab7a0fc04f61c7c70503861e617870d5b69
parent8611faf3385fcc20b00b30284f94c00e890b4429 (diff)
downloadgtk+-0385f1aaf455d6ea40175803c762807d47916a7f.tar.gz
Fix typo in the gtk-doc stanza for gtk_string_filter_new()
-rw-r--r--gtk/gtkstringfilter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkstringfilter.c b/gtk/gtkstringfilter.c
index 2aed620f50..ed76d258c6 100644
--- a/gtk/gtkstringfilter.c
+++ b/gtk/gtkstringfilter.c
@@ -302,7 +302,7 @@ gtk_string_filter_init (GtkStringFilter *self)
}
/**
- * gtk_s tring_filter_new:
+ * gtk_string_filter_new:
* @expression: (transfer full) (nullable): The expression to evaluate
* or %NULL for none
*