diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2015-10-16 16:01:04 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2015-10-19 10:07:50 +0900 |
commit | 9922dc2724f8ea17de0d5e091410595bcb683a5d (patch) | |
tree | 78d001e33aebddd81d2bb92c609f4c412775b17d /i18npool | |
parent | e08b49fa663ea50c4e712618bc1059249b7d35ba (diff) |
Fix typo
Change-Id: I88ffb084c9d0f6119543757dcd633dd1b30c760e
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/localedata/saxparser.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/source/localedata/saxparser.cxx b/i18npool/source/localedata/saxparser.cxx index c8425862ecf1..bde98f98e62d 100644 --- a/i18npool/source/localedata/saxparser.cxx +++ b/i18npool/source/localedata/saxparser.cxx @@ -320,7 +320,7 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv) { try { if( argc < 4) { - printf( "usage : %s <locaLe> <XML inputfile> <destination file>\n", argv[0] ); + printf( "usage : %s <locale> <XML inputfile> <destination file>\n", argv[0] ); exit( 1 ); } |