diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-08-10 19:48:48 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-08-10 19:48:48 (GMT) |
commit | af6284d92df50db7f06a5904b044cea4375d8a06 (patch) | |
tree | cb833132d3f74ca9ca8e5cbaef7f5c5b695a544c | |
parent | 5dbef50ba55bfd86ec0b77a50e07fdd2b04ed200 (diff) | |
download | hdf5-af6284d92df50db7f06a5904b044cea4375d8a06.zip hdf5-af6284d92df50db7f06a5904b044cea4375d8a06.tar.gz hdf5-af6284d92df50db7f06a5904b044cea4375d8a06.tar.bz2 |
[svn-r14071]
typo fix in usage message
tested: linux
-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 470115c..cd99ce0 100755 --- a/tools/h5import/h5import.c +++ b/tools/h5import/h5import.c @@ -2596,7 +2596,7 @@ help(char *name) (void) fprintf(stdout, "\t \n"); (void) fprintf(stdout, "\t Every input file is associated with a configuration file \n"); (void) fprintf(stdout, "\t also provided as an input to the utility. (See Section \n"); - (void) fprintf(stdout, "\t \"CONFIGURATION FILE\" to know how it is to be organised).\n"); + (void) fprintf(stdout, "\t \"CONFIGURATION FILE\" to know how it is to be organized).\n"); (void) fprintf(stdout, "\t The class, size and dimensions of the input data is \n"); (void) fprintf(stdout, "\t specified in this configuration file. A point to note is\n"); (void) fprintf(stdout, "\t that the floating point data in the ASCII text file may be\n"); |