diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-09-24 19:38:46 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-09-24 19:38:46 (GMT) |
commit | 8d7bdb704163327cacf8be3a4e03f02fb88a957b (patch) | |
tree | 9a2731767f265171eaae87a10adec2a504082a6a /tools/src/h5dump/h5dump.c | |
parent | 496de34110a27b9f550aa2bdc868d38eeb1b4908 (diff) | |
download | hdf5-8d7bdb704163327cacf8be3a4e03f02fb88a957b.zip hdf5-8d7bdb704163327cacf8be3a4e03f02fb88a957b.tar.gz hdf5-8d7bdb704163327cacf8be3a4e03f02fb88a957b.tar.bz2 |
CMake changes for SKIPPED and flush tests
Diffstat (limited to 'tools/src/h5dump/h5dump.c')
-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[] = { |