mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-06-05 04:10:07 +02: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];
|
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
|
* empty strings, for instance if the pattern is "(?=[A-Z0-9])" and
|
||||||
* the string is "RegExTest" we have:
|
* the string is "RegExTest" we have:
|
||||||
* - search at position 0: match from 0 to 0
|
* - search at position 0: match from 0 to 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user