From a5e80b22e11c2db7fd5ff07b5b7a28f80745e89b Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Wed, 25 Jul 2018 05:38:50 +0200 Subject: Fix typos in code comments --- ext/mbstring/php_mbregex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/mbstring/php_mbregex.c') diff --git a/ext/mbstring/php_mbregex.c b/ext/mbstring/php_mbregex.c index dd1bef031a..68922b6966 100644 --- a/ext/mbstring/php_mbregex.c +++ b/ext/mbstring/php_mbregex.c @@ -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); -- cgit v1.2.1