From 752411bfda95b6a143708994554a56cc8a5345c0 Mon Sep 17 00:00:00 2001 From: Elena Date: Wed, 12 Aug 2020 15:19:41 -0500 Subject: Fixed several typos in the comments found by Larry during the review. --- hl/src/H5DS.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hl/src/H5DS.c b/hl/src/H5DS.c index 31cbe13..c129e43 100644 --- a/hl/src/H5DS.c +++ b/hl/src/H5DS.c @@ -1915,9 +1915,9 @@ htri_t H5DSis_scale(hid_t did) hid_t aid = -1; /* attribute ID */ herr_t attr_class; /* has the "CLASS" attribute */ htri_t is_ds = 0; /* set to "not a dimension scale" */ - H5I_type_t it; /* type of identofier */ - char *buf; /* buffer to read a name of attribute */ - size_t string_size; /* Size of storage for the attribute */ + H5I_type_t it; /* type of identifier */ + char *buf; /* buffer to read name of attribute */ + size_t string_size; /* size of storage for the attribute */ H5T_class_t type_class; H5T_str_t strpad; -- cgit v0.12