From f3014c20042e1bec6fbae9b248cb03d09673751e Mon Sep 17 00:00:00 2001 From: Pedro Vicente Nunes Date: Fri, 10 Aug 2007 14:27:18 -0500 Subject: [svn-r14068] 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 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"); -- cgit v0.12