From 5dbef50ba55bfd86ec0b77a50e07fdd2b04ed200 Mon Sep 17 00:00:00 2001 From: Pedro Vicente Nunes Date: Fri, 10 Aug 2007 14:35:31 -0500 Subject: [PATCH] [svn-r14069] typo fix in usage message tested: linux --- tools/h5import/h5import.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/h5import/h5import.c b/tools/h5import/h5import.c index 2f0e070368..470115c6cf 100755 --- a/tools/h5import/h5import.c +++ b/tools/h5import/h5import.c @@ -2837,7 +2837,7 @@ help(char *name) (void) fprintf(stdout, "\t (6 X 3 X 5 x 2 x 4) in a binary file with the rank and \n"); (void) fprintf(stdout, "\t dimension sizes specified and will save it in a chunked data-set\n"); (void) fprintf(stdout, "\t (of pattern 2 X 2 X 2 X 2 X 2) of 32-bit floating point in \n"); - (void) fprintf(stdout, "\t native format (as output-architecure is not specified). The \n"); + (void) fprintf(stdout, "\t native format (as output-architecture is not specified). The \n"); (void) fprintf(stdout, "\t first and the third dimension will be defined as unlimited. The \n"); (void) fprintf(stdout, "\t data-set will be compressed using GZIP and a compression level \n"); (void) fprintf(stdout, "\t of 7.\n");