diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-11-17 18:14:23 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-11-17 18:14:23 (GMT) |
commit | 82323f4c8f22caa52a38ac396e6fdce07b00fb81 (patch) | |
tree | ad2bd22082c1af145d47f48faebd0a2bc0e7a3a4 /tools/h5ls.c | |
parent | 16baf0465b5e0ddf538d1e2e7454bdb2b450277f (diff) | |
download | hdf5-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/h5ls.c')
-rw-r--r-- | tools/h5ls.c | 2 |
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); |