summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2007-08-10 19:35:31 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2007-08-10 19:35:31 (GMT)
commit5dbef50ba55bfd86ec0b77a50e07fdd2b04ed200 (patch)
tree3a855c52c3cd6cf0391d27f753399fb489e92810 /tools
parentf3014c20042e1bec6fbae9b248cb03d09673751e (diff)
downloadhdf5-5dbef50ba55bfd86ec0b77a50e07fdd2b04ed200.zip
hdf5-5dbef50ba55bfd86ec0b77a50e07fdd2b04ed200.tar.gz
hdf5-5dbef50ba55bfd86ec0b77a50e07fdd2b04ed200.tar.bz2
[svn-r14069] typo fix in usage message
tested: linux
Diffstat (limited to 'tools')
-rwxr-xr-xtools/h5import/h5import.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5import/h5import.c b/tools/h5import/h5import.c
index 2f0e070..470115c 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");