[glib] Trivial typo fix



commit b82ace52e00b703cc9c9e81162333a7eec9d6b96
Author: Kalev Lember <kalevlember gmail com>
Date:   Mon Sep 9 23:35:25 2013 +0200

    Trivial typo fix

 glib/gstring.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glib/gstring.c b/glib/gstring.c
index 9473f01..2f89551 100644
--- a/glib/gstring.c
+++ b/glib/gstring.c
@@ -270,7 +270,7 @@ g_string_free_to_bytes (GString *string)
  * Compares two strings for equality, returning %TRUE if they are equal.
  * For use with #GHashTable.
  *
- * Returns: %TRUE if they strings are the same length and contain the
+ * Returns: %TRUE if the strings are the same length and contain the
  *     same bytes
  */
 gboolean


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