Trivial typo fix
authorKalev Lember <kalevlember@gmail.com>
Mon, 9 Sep 2013 21:35:25 +0000 (23:35 +0200)
committerKalev Lember <kalevlember@gmail.com>
Mon, 9 Sep 2013 21:35:25 +0000 (23:35 +0200)
glib/gstring.c

index 9473f01..2f89551 100644 (file)
@@ -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