ICU-2504 fix typo in spelling, U_MULTIPLE_DECIMAL_SEPERATORS => U_MULTIPLE_DECIMAL_SEPARATORS (old spelling still defined for compatibility)
X-SVN-Rev: 10615
This commit is contained in:
parent
54669cec97
commit
3c23b5eaf7
@ -1801,7 +1801,7 @@ _uErrorName[U_STANDARD_ERROR_LIMIT]={
|
||||
static const char * const
|
||||
_uFmtErrorName[U_FMT_PARSE_ERROR_LIMIT - U_FMT_PARSE_ERROR_START] = {
|
||||
"U_UNEXPECTED_TOKEN",
|
||||
"U_MULTIPLE_DECIMAL_SEPERATORS",
|
||||
"U_MULTIPLE_DECIMAL_SEPARATORS",
|
||||
"U_MULTIPLE_EXPONENTIAL_SYMBOLS",
|
||||
"U_MALFORMED_EXPONENTIAL_PATTERN",
|
||||
"U_MULTIPLE_PERCENT_SYMBOLS",
|
||||
|
@ -2515,7 +2515,7 @@ DecimalFormat::applyPattern(const UnicodeString& pattern,
|
||||
if (decimalPos >= 0) {
|
||||
// Multiple decimal separators
|
||||
debug("Multiple decimal separators")
|
||||
status = U_MULTIPLE_DECIMAL_SEPERATORS;
|
||||
status = U_MULTIPLE_DECIMAL_SEPARATORS;
|
||||
syntaxError(pattern,pos,parseError);
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user