Trivial typo fix
authorMatthias Clasen <mclasen@redhat.com>
Sun, 8 Aug 2010 22:34:59 +0000 (18:34 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 9 Aug 2010 01:32:04 +0000 (21:32 -0400)
glib/gregex.c

index ba59607..51da43a 100644 (file)
@@ -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