From e61c3c628daab8cafabce818d3539ffbf743f351 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Mon, 13 Nov 2017 10:35:41 +0000 Subject: [PATCH] gstrfuncs: Fix a typo in a documentation comment Signed-off-by: Philip Withnall --- glib/gstrfuncs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/gstrfuncs.c b/glib/gstrfuncs.c index 093c625f8..48b05c11b 100644 --- a/glib/gstrfuncs.c +++ b/glib/gstrfuncs.c @@ -3099,7 +3099,7 @@ g_str_tokenize_and_fold (const gchar *string, * "Smith, Fred" and also "Frédéric". Searching for "Fréd" would match * "Frédéric" but not "Frederic" (due to the one-directional nature of * accent matching). Searching "fo" would match "Foo" and "Bar Foo - * Baz", but not "SFO" (because no word as "fo" as a prefix). + * Baz", but not "SFO" (because no word has "fo" as a prefix). * * Returns: %TRUE if @potential_hit is a hit *