[glib] gstrfuncs: Fix a typo in a documentation comment



commit e61c3c628daab8cafabce818d3539ffbf743f351
Author: Philip Withnall <withnall endlessm com>
Date:   Mon Nov 13 10:35:41 2017 +0000

    gstrfuncs: Fix a typo in a documentation comment
    
    Signed-off-by: Philip Withnall <withnall endlessm com>

 glib/gstrfuncs.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glib/gstrfuncs.c b/glib/gstrfuncs.c
index 093c625..48b05c1 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
  *


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]