ICU-21293 Fix typo in rematch.cpp comment

arguements→arguments
This commit is contained in:
Ikko Ashimine 2020-09-21 01:38:34 +09:00 committed by Markus Scherer
parent b4d056ab93
commit ecf5fab30b

View File

@ -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;