diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-01-04 16:44:02 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-01-04 16:44:02 (GMT) |
commit | db918c06b549ef8dc8d106d69da277bcf8d0aa11 (patch) | |
tree | aa170e91e6c087b45f6705a516ecee7962da36c0 | |
parent | db1add7e22be9ec8e44aba29b3988e6c1826fe25 (diff) | |
download | hdf5-db918c06b549ef8dc8d106d69da277bcf8d0aa11.zip hdf5-db918c06b549ef8dc8d106d69da277bcf8d0aa11.tar.gz hdf5-db918c06b549ef8dc8d106d69da277bcf8d0aa11.tar.bz2 |
HDFFV-8745 fix typos
-rw-r--r-- | release_docs/RELEASE.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 17ec3ac..b52a46f 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -270,9 +270,9 @@ Bug Fixes since HDF5-1.10.1 release ----- - h5diff - h5diff seg faulted if comparing VL strings against fixed strigs. + h5diff seg faulted if comparing VL strings against fixed strings. - Reworked solution for HDFFV-8625 and 8639. Implemented the check + Reworked solution for HDFFV-8625 and HDFFV-8639. Implemented the check for string objects of same type in the diff_can_type function by adding an if(tclass1 == H5T_STRING) block. This if block moves the same check that was added for attributes to this function, which is |