summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2000-11-17 18:14:23 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2000-11-17 18:14:23 (GMT)
commit82323f4c8f22caa52a38ac396e6fdce07b00fb81 (patch)
treead2bd22082c1af145d47f48faebd0a2bc0e7a3a4 /tools
parent16baf0465b5e0ddf538d1e2e7454bdb2b450277f (diff)
downloadhdf5-82323f4c8f22caa52a38ac396e6fdce07b00fb81.zip
hdf5-82323f4c8f22caa52a38ac396e6fdce07b00fb81.tar.gz
hdf5-82323f4c8f22caa52a38ac396e6fdce07b00fb81.tar.bz2
[svn-r2967] Purpose:
Spelling Fix Description: Changed ``dispalyed'' to ``displayed'' in usage message.
Diffstat (limited to 'tools')
-rw-r--r--tools/h5ls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5ls.c b/tools/h5ls.c
index ebb5115..341308b 100644
--- a/tools/h5ls.c
+++ b/tools/h5ls.c
@@ -122,7 +122,7 @@ usage: %s [OPTIONS] [OBJECTS...]\n\
OBJECTS\n\
Each object consists of an HDF5 file name optionally followed by a\n\
slash and an object name within the file (if no object is specified\n\
- within the file then the contents of the root group are dispalyed).\n\
+ within the file then the contents of the root group are displayed).\n\
The file name may include a printf(3C) integer format such as\n\
\"%%05d\" to open a file family.\n",
progname);