mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-14 00:06:24 +01:00
Trivial typo fix
This commit is contained in:
parent
c9916d64b1
commit
3fd1fc4f9a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user