summaryrefslogtreecommitdiffstats
path: root/tools/src
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2022-03-31 15:42:30 (GMT)
committerGitHub <noreply@github.com>2022-03-31 15:42:30 (GMT)
commite8ea8500042e922fb845821765f2db10dbb57416 (patch)
tree4028ebe7c3e284b6aee0408641405943fb9babb5 /tools/src
parent870ee8feee4d0ad89c97ab5b8611fe3664c891dc (diff)
downloadhdf5-e8ea8500042e922fb845821765f2db10dbb57416.zip
hdf5-e8ea8500042e922fb845821765f2db10dbb57416.tar.gz
hdf5-e8ea8500042e922fb845821765f2db10dbb57416.tar.bz2
spelling fixes (#1561)
Diffstat (limited to 'tools/src')
-rw-r--r--tools/src/h5ls/h5ls.c2
-rw-r--r--tools/src/h5stat/h5stat.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/src/h5ls/h5ls.c b/tools/src/h5ls/h5ls.c
index 59cd974..ca4de28 100644
--- a/tools/src/h5ls/h5ls.c
+++ b/tools/src/h5ls/h5ls.c
@@ -2522,7 +2522,7 @@ done:
* were borrowed from the GNU less(1).
*
* Return: Success: Number of columns.
- * Failure: Some default number of columms.
+ * Failure: Some default number of columns.
*-------------------------------------------------------------------------
*/
static int
diff --git a/tools/src/h5stat/h5stat.c b/tools/src/h5stat/h5stat.c
index f1156f0..d277356 100644
--- a/tools/src/h5stat/h5stat.c
+++ b/tools/src/h5stat/h5stat.c
@@ -1736,7 +1736,7 @@ main(int argc, char *argv[])
warn_msg("Unable to retrieve file size\n");
HDassert(iter.filesize != 0);
- /* Get storge info for file-level structures */
+ /* Get storage info for file-level structures */
if (H5Fget_info2(fid, &finfo) < 0)
warn_msg("Unable to retrieve file info\n");
else {