diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/h5import/h5import.c | 2 |
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"); |