Fix typos in code comments

This commit is contained in:
Peter Kokot 2018-07-25 05:38:50 +02:00 committed by Christoph M. Becker
parent a29a800cb0
commit a5e80b22e1
26 changed files with 27 additions and 27 deletions

View file

@ -665,7 +665,7 @@ mb_regex_groups_iter(const OnigUChar* name, const OnigUChar* name_end, int ngrou
int gn, beg, end;
/*
* In case of duplicate groups, keep only the last suceeding one
* In case of duplicate groups, keep only the last succeeding one
* to be consistent with preg_match with the PCRE_DUPNAMES option.
*/
gn = onig_name_to_backref_number(reg, name, name_end, args->region);