diff options
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 ); } |