diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2021-10-09 14:23:49 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-09 14:23:49 (GMT) |
commit | 8299373d41b74d988196b80f55f25efe43b7531c (patch) | |
tree | c220c579dba66ae8b3dcf564d16a481411fea10c /tools | |
parent | 88d6015ee1679bd383c15ba863c5d1f1e6ad9f56 (diff) | |
download | hdf5-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.c | 2 |
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. * |