gstrfuncs: Fix a typo in a documentation comment

Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall 2017-11-13 10:35:41 +00:00
parent c68f66c19e
commit e61c3c628d

View File

@ -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
*