From ecf5fab30b113ca74a01a795f20ab83aa28dc67b Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Mon, 21 Sep 2020 01:38:34 +0900 Subject: [PATCH] =?UTF-8?q?ICU-21293=20Fix=20typo=20in=20rematch.cpp=20com?= =?UTF-8?q?ment=20arguements=E2=86=92arguments?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- icu4c/source/i18n/rematch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/i18n/rematch.cpp b/icu4c/source/i18n/rematch.cpp index 69909faab9c..8e496329ad3 100644 --- a/icu4c/source/i18n/rematch.cpp +++ b/icu4c/source/i18n/rematch.cpp @@ -2072,7 +2072,7 @@ int32_t RegexMatcher::split(UText *input, UErrorCode &status) { // - // Check arguements for validity + // Check arguments for validity // if (U_FAILURE(status)) { return 0;