summaryrefslogtreecommitdiffstats
path: root/tools/src/h5dump/h5dump.c
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2018-10-03 20:30:12 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2018-10-03 20:30:12 (GMT)
commitf54222cdb8c3f1e3749ef0db8aed05602770f1db (patch)
treee2403241cf569244f6439b23d832762c6662a2c3 /tools/src/h5dump/h5dump.c
parent687fdba54482884f5caa3c3ec98c3d4e230cbb0e (diff)
downloadhdf5-f54222cdb8c3f1e3749ef0db8aed05602770f1db.zip
hdf5-f54222cdb8c3f1e3749ef0db8aed05602770f1db.tar.gz
hdf5-f54222cdb8c3f1e3749ef0db8aed05602770f1db.tar.bz2
Merge in changes from hdf5_1_10.
Diffstat (limited to 'tools/src/h5dump/h5dump.c')
-rw-r--r--tools/src/h5dump/h5dump.c2
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[] = {