mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-5566 Fix comment typo
X-SVN-Rev: 21260
This commit is contained in:
parent
4a76d92dd2
commit
37181631cb
1 changed files with 1 additions and 1 deletions
|
@ -1480,7 +1480,7 @@ UBool Transliterator::initializeRegistry() {
|
|||
//static const char translit_index[] = "translit_index";
|
||||
|
||||
UResourceBundle *bundle, *transIDs, *colBund;
|
||||
bundle = ures_open(U_ICUDATA_TRANSLIT, NULL/*open root bundle*/, &status);
|
||||
bundle = ures_open(U_ICUDATA_TRANSLIT, NULL/*open default locale*/, &status);
|
||||
transIDs = ures_getByKey(bundle, RB_RULE_BASED_IDS, 0, &status);
|
||||
|
||||
int32_t row, maxRows;
|
||||
|
|
Loading…
Add table
Reference in a new issue