summaryrefslogtreecommitdiff
path: root/deps/icu-small/source/tools/genrb/genrb.cpp
diff options
context:
space:
mode:
authorSteven R. Loomis <srloomis@us.ibm.com>2017-12-14 11:26:30 -0800
committerSteven R. Loomis <srloomis@us.ibm.com>2018-01-17 20:08:43 -0800
commite42708c8e3d2c3917419ba7b536d3bb003b0df97 (patch)
treed384f02c584bdbd9a2270eb8c5048414d2daa1d0 /deps/icu-small/source/tools/genrb/genrb.cpp
parentf7c709fdd0cd990b52f6cc9ea2cb486eb309a5bd (diff)
downloadandroid-node-v8-e42708c8e3d2c3917419ba7b536d3bb003b0df97.tar.gz
android-node-v8-e42708c8e3d2c3917419ba7b536d3bb003b0df97.tar.bz2
android-node-v8-e42708c8e3d2c3917419ba7b536d3bb003b0df97.zip
deps: ICU 60.2 bump
- Update to Maintainance ICU 60.2 - CLDR 32.0.1 - http://site.icu-project.org/download/60#TOC-ICU-60.2-bug-fixes - Subsumes https://github.com/nodejs/node/pull/16931 PR-URL: https://github.com/nodejs/node/pull/17687 Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'deps/icu-small/source/tools/genrb/genrb.cpp')
-rw-r--r--deps/icu-small/source/tools/genrb/genrb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/icu-small/source/tools/genrb/genrb.cpp b/deps/icu-small/source/tools/genrb/genrb.cpp
index 68870bd90a..c4fc462066 100644
--- a/deps/icu-small/source/tools/genrb/genrb.cpp
+++ b/deps/icu-small/source/tools/genrb/genrb.cpp
@@ -652,7 +652,7 @@ processFile(const char *filename, const char *cp,
goto finish;
}
if (ucbuf == NULL || U_FAILURE(status)) {
- fprintf(stderr, "An error occured processing file %s. Error: %s\n",
+ fprintf(stderr, "An error occurred processing file %s. Error: %s\n",
openFileName == NULL ? filename : openFileName, u_errorName(status));
goto finish;
}