aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/icu/i18n/uregex.cpp
diff options
context:
space:
mode:
authorromankoshelev <romankoshelev@yandex-team.com>2023-08-09 20:07:20 +0300
committerromankoshelev <romankoshelev@yandex-team.com>2023-08-09 20:59:13 +0300
commitfd82fb12fb45e71a02c628e45b12c50c0dd0d308 (patch)
treef582b79f9002ab1d083e9acda600dfb3551c47b6 /contrib/libs/icu/i18n/uregex.cpp
parentbf862ddf5c6178e1bb5e4fb3f7c61015deebe284 (diff)
downloadydb-fd82fb12fb45e71a02c628e45b12c50c0dd0d308.tar.gz
Update ICU to 70.1
Diffstat (limited to 'contrib/libs/icu/i18n/uregex.cpp')
-rw-r--r--contrib/libs/icu/i18n/uregex.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libs/icu/i18n/uregex.cpp b/contrib/libs/icu/i18n/uregex.cpp
index 7f41918cff..514159e8b7 100644
--- a/contrib/libs/icu/i18n/uregex.cpp
+++ b/contrib/libs/icu/i18n/uregex.cpp
@@ -1169,7 +1169,7 @@ uregex_replaceAll(URegularExpression *regexp2,
uregex_reset(regexp2, 0, status);
- // Note: Seperate error code variables for findNext() and appendReplacement()
+ // Note: Separate error code variables for findNext() and appendReplacement()
// are used so that destination buffer overflow errors
// in appendReplacement won't stop findNext() from working.
// appendReplacement() and appendTail() special case incoming buffer
@@ -1353,7 +1353,7 @@ int32_t RegexCImpl::appendReplacement(RegularExpression *regexp,
}
//
- // Validate all paramters
+ // Validate all parameters
//
if (validateRE(regexp, TRUE, status) == FALSE) {
return 0;