Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some typos, mostly in comments #513

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MichaelChirico
Copy link

No description provided.

@@ -214,7 +214,7 @@ const char* ICUError::getICUerrorName(UErrorCode status)
// case U_FMT_PARSE_ERROR_START:
// return "Start of format library errors.";
case U_MULTIPLE_DECIMAL_SEPARATORS:
// case U_MULTIPLE_DECIMAL_SEPERATORS:
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be kept as-is; it was a typo in the ICU4C codebase...

@@ -264,7 +264,7 @@ const char* ICUError::getICUerrorName(UErrorCode status)
return "UnicodeSet witing an RBBI rule missing a closing ']'.";
case U_BRK_ASSIGN_ERROR:
return "Syntax error in RBBI rule assignment statement.";
case U_BRK_VARIABLE_REDFINITION:
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be kept as-is; it was a typo in the ICU4C codebase...

@gagolews
Copy link
Owner

All changes look good except for those in src/stri_exception.cpp - these IDs were defined in ICU4C and should be kept as-is. Could you bring back the previous version of this file before I can merge this PR? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants