From b82ace52e00b703cc9c9e81162333a7eec9d6b96 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Mon, 9 Sep 2013 23:35:25 +0200 Subject: [PATCH] Trivial typo fix --- glib/gstring.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4