summaryrefslogtreecommitdiffstats
path: root/tools/h5import
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2007-08-10 19:48:48 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2007-08-10 19:48:48 (GMT)
commitaf6284d92df50db7f06a5904b044cea4375d8a06 (patch)
treecb833132d3f74ca9ca8e5cbaef7f5c5b695a544c /tools/h5import
parent5dbef50ba55bfd86ec0b77a50e07fdd2b04ed200 (diff)
downloadhdf5-af6284d92df50db7f06a5904b044cea4375d8a06.zip
hdf5-af6284d92df50db7f06a5904b044cea4375d8a06.tar.gz
hdf5-af6284d92df50db7f06a5904b044cea4375d8a06.tar.bz2
[svn-r14071]
typo fix in usage message tested: linux
Diffstat (limited to 'tools/h5import')
-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 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");