From 3fd1fc4f9a8511587637efc9b0942e4919fab031 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 8 Aug 2010 18:34:59 -0400 Subject: [PATCH] Trivial typo fix --- glib/gregex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/gregex.c b/glib/gregex.c index ba59607c4..51da43abc 100644 --- a/glib/gregex.c +++ b/glib/gregex.c @@ -544,7 +544,7 @@ g_match_info_next (GMatchInfo *match_info, match_info->pos = match_info->offsets[1]; } - /* it's possibile to get two identical matches when we are matching + /* it's possible to get two identical matches when we are matching * empty strings, for instance if the pattern is "(?=[A-Z0-9])" and * the string is "RegExTest" we have: * - search at position 0: match from 0 to 0