summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2021-10-09 14:23:49 (GMT)
committerGitHub <noreply@github.com>2021-10-09 14:23:49 (GMT)
commit8299373d41b74d988196b80f55f25efe43b7531c (patch)
treec220c579dba66ae8b3dcf564d16a481411fea10c /tools
parent88d6015ee1679bd383c15ba863c5d1f1e6ad9f56 (diff)
downloadhdf5-8299373d41b74d988196b80f55f25efe43b7531c.zip
hdf5-8299373d41b74d988196b80f55f25efe43b7531c.tar.gz
hdf5-8299373d41b74d988196b80f55f25efe43b7531c.tar.bz2
1.10 Merge Add missing dataset reference text #1081 (#1083)
* Merge Add missing dataset reference text #1081 * Only print name if not printing data
Diffstat (limited to 'tools')
-rw-r--r--tools/lib/h5tools_ref.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/h5tools_ref.c b/tools/lib/h5tools_ref.c
index 2adec9f..4effc34 100644
--- a/tools/lib/h5tools_ref.c
+++ b/tools/lib/h5tools_ref.c
@@ -280,7 +280,7 @@ ref_path_table_gen_fake(const char *path)
/*-------------------------------------------------------------------------
* Function: lookup_ref_path
*
- * Purpose: Lookup the path to the object with refernce 'ref'.
+ * Purpose: Lookup the path to the object with reference 'ref'.
*
* Return: Return a path to the object, or NULL if not found.
*