From c2b112bc56184e5ffdaf99df5aeaf8e06f84af21 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Fri, 24 Jun 2011 01:07:18 +0200 Subject: [PATCH] Typo fix --- glib/gregex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/gregex.c b/glib/gregex.c index e5d1bb265..7603b5f4f 100644 --- a/glib/gregex.c +++ b/glib/gregex.c @@ -525,7 +525,7 @@ g_match_info_get_string (const GMatchInfo *match_info) * g_match_info_ref: * @match_info: a #GMatchInfo * - * Increases reference count of @match_ifno by 1. + * Increases reference count of @match_info by 1. * * Returns: @match_info *