mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 15:48:54 +02:00
Trivial typo fix
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user