summaryrefslogtreecommitdiffstats
path: root/tools/h5import/h5import.c
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2007-08-10 19:27:18 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2007-08-10 19:27:18 (GMT)
commitf3014c20042e1bec6fbae9b248cb03d09673751e (patch)
tree5182aff8b7eaa7c610051b6b818e5c44e81330d3 /tools/h5import/h5import.c
parentb91e17b6cfd99363502435406d2f0f323cfac380 (diff)
downloadhdf5-f3014c20042e1bec6fbae9b248cb03d09673751e.zip
hdf5-f3014c20042e1bec6fbae9b248cb03d09673751e.tar.gz
hdf5-f3014c20042e1bec6fbae9b248cb03d09673751e.tar.bz2
[svn-r14068] typo fix in usage message
tested: linux
Diffstat (limited to 'tools/h5import/h5import.c')
-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 56d77b5..2f0e070 100755
--- a/tools/h5import/h5import.c
+++ b/tools/h5import/h5import.c
@@ -2585,7 +2585,7 @@ help(char *name)
(void) fprintf(stdout, "\t text files and store the contents in a compact form as an\n");
(void) fprintf(stdout, "\t array of one-dimensional strings.\n\n");
(void) fprintf(stdout, "\t The input data to be written as a data-set can be provided\n");
- (void) fprintf(stdout, "\t to the utility in one of the follwing forms:\n");
+ (void) fprintf(stdout, "\t to the utility in one of the following forms:\n");
(void) fprintf(stdout, "\t 1. ASCII text file with numeric data (floating point or \n");
(void) fprintf(stdout, "\t integer data). \n");
(void) fprintf(stdout, "\t 2. Binary file with native floating point data (32-bit or \n");