From: Matthias Clasen Date: Sun, 8 Aug 2010 22:34:59 +0000 (-0400) Subject: Trivial typo fix X-Git-Tag: 2.25.14~47 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3fd1fc4f9a8511587637efc9b0942e4919fab031;p=platform%2Fupstream%2Fglib.git Trivial typo fix --- diff --git a/glib/gregex.c b/glib/gregex.c index ba59607..51da43a 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