diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2018-09-24 22:52:56 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2018-09-24 22:52:56 (GMT) |
commit | 8a4695ed590809754794864d0473d15f8c1c69e3 (patch) | |
tree | dabb3f92c983faad52a0e41eb22d2a005be18c48 /tools/src/h5dump | |
parent | 2874af2cacda72baf34bbbb523ac191cbb3ef3d2 (diff) | |
parent | 2618dc314b9e4875e6ece7ee8696846ac2d02183 (diff) | |
download | hdf5-8a4695ed590809754794864d0473d15f8c1c69e3.zip hdf5-8a4695ed590809754794864d0473d15f8c1c69e3.tar.gz hdf5-8a4695ed590809754794864d0473d15f8c1c69e3.tar.bz2 |
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit '2618dc314b9e4875e6ece7ee8696846ac2d02183':
Remove extra unneeded
Remove libsettings from pregenerated block
CMake changes for SKIPPED and flush tests
Correct $withval usage in configure
HDFFV-10332 Adjust checks and generation of files
HDFFV-10332 Use pre-generated files
Diffstat (limited to 'tools/src/h5dump')
-rw-r--r-- | tools/src/h5dump/h5dump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/src/h5dump/h5dump.c b/tools/src/h5dump/h5dump.c index a5f0369..b9e37e8 100644 --- a/tools/src/h5dump/h5dump.c +++ b/tools/src/h5dump/h5dump.c @@ -65,7 +65,7 @@ struct handler_t { * parameters. The long-named ones can be partially spelled. When * adding more, make sure that they don't clash with each other. */ -/* The following initialization makes use of C language cancatenating */ +/* The following initialization makes use of C language concatenating */ /* "xxx" "yyy" into "xxxyyy". */ static const char *s_opts = "hn*peyBHirVa:c:d:f:g:k:l:t:w:xD:uX:o*b*F:s:S:A*q:z:m:RE*CM:O*N:vG:"; static struct long_options l_opts[] = { |