diff options
author | jhendersonHDF <jhenderson@hdfgroup.org> | 2023-10-03 16:01:28 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-03 16:01:28 (GMT) |
commit | 34fcb9c5a480c70d43c85373850f91d079b3a179 (patch) | |
tree | 13a646eecb112484660e792239808efb94c34ef1 /tools/test/h5stat/testh5stat.sh.in | |
parent | 4261552068d5ffd7bd708db92aea99793a1bcf2a (diff) | |
download | hdf5-34fcb9c5a480c70d43c85373850f91d079b3a179.zip hdf5-34fcb9c5a480c70d43c85373850f91d079b3a179.tar.gz hdf5-34fcb9c5a480c70d43c85373850f91d079b3a179.tar.bz2 |
Fix several spelling/grammar issues (#3621)
Diffstat (limited to 'tools/test/h5stat/testh5stat.sh.in')
-rw-r--r-- | tools/test/h5stat/testh5stat.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/h5stat/testh5stat.sh.in b/tools/test/h5stat/testh5stat.sh.in index 1223c8f..7ce0ad4 100644 --- a/tools/test/h5stat/testh5stat.sh.in +++ b/tools/test/h5stat/testh5stat.sh.in @@ -256,7 +256,7 @@ TOOLTEST h5stat_help2.ddl --help TOOLTEST h5stat_notexist.ddl notexist.h5 TOOLTEST h5stat_nofile.ddl '' -# Test file with groups, compressed datasets, user-applied fileters, etc. +# Test file with groups, compressed datasets, user-applied filters, etc. # h5stat_filters.h5 is a copy of ../../testfiles/tfilters.h5 as of release 1.8.0-alpha4 TOOLTEST h5stat_filters.ddl h5stat_filters.h5 TOOLTEST h5stat_filters-file.ddl -f h5stat_filters.h5 |