From 49b21d6f8103812489911fad8f3a459dba234e54 Mon Sep 17 00:00:00 2001 From: Michael Ow Date: Thu, 1 Mar 2012 20:48:05 +0000 Subject: [PATCH] ICU-9139 Fix typo in genrb usage message X-SVN-Rev: 31557 --- icu4c/source/tools/genrb/genrb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icu4c/source/tools/genrb/genrb.c b/icu4c/source/tools/genrb/genrb.c index 843a299d93..e0ddd4ae7b 100644 --- a/icu4c/source/tools/genrb/genrb.c +++ b/icu4c/source/tools/genrb/genrb.c @@ -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"