From 37181631cb7f75f0d32555fbf5d831bb8096b6d3 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Thu, 15 Mar 2007 07:00:43 +0000 Subject: [PATCH] ICU-5566 Fix comment typo X-SVN-Rev: 21260 --- icu4c/source/i18n/translit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/i18n/translit.cpp b/icu4c/source/i18n/translit.cpp index f6ac04c56ac..610e6819509 100644 --- a/icu4c/source/i18n/translit.cpp +++ b/icu4c/source/i18n/translit.cpp @@ -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;