mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-15 01:42:37 +00:00
ICU-9139 Fix typo in genrb usage message
X-SVN-Rev: 31557
This commit is contained in:
parent
91d55b284e
commit
49b21d6f81
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
*******************************************************************************
|
||||
*
|
||||
* Copyright (C) 1998-2011, International Business Machines
|
||||
* Copyright (C) 1998-2012, International Business Machines
|
||||
* Corporation and others. All Rights Reserved.
|
||||
*
|
||||
*******************************************************************************
|
||||
|
@ -168,7 +168,7 @@ main(int argc,
|
|||
fprintf(stderr,
|
||||
"Usage: %s [OPTIONS] [FILES]\n"
|
||||
"\tReads the list of resource bundle source files and creates\n"
|
||||
"\tbinary version of reosurce bundles (.res files)\n",
|
||||
"\tbinary version of resource bundles (.res files)\n",
|
||||
argv[0]);
|
||||
fprintf(stderr,
|
||||
"Options:\n"
|
||||
|
|
Loading…
Add table
Reference in a new issue