mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-21293 Fix typo in rematch.cpp comment
arguements→arguments
This commit is contained in:
parent
b4d056ab93
commit
ecf5fab30b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue