From 0385f1aaf455d6ea40175803c762807d47916a7f Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Fri, 17 Jul 2020 12:03:17 +0100 Subject: [PATCH] Fix typo in the gtk-doc stanza for gtk_string_filter_new() --- gtk/gtkstringfilter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *