summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorH. Joe Lee <hyoklee@hdfgroup.org>2023-06-16 19:43:26 (GMT)
committerGitHub <noreply@github.com>2023-06-16 19:43:26 (GMT)
commita37795d8b98322ab7dfff0b10c96f1d677ab5985 (patch)
treeb9193b9b1b31f7785afa558ae7159d0b9a5c7fd4 /release_docs/RELEASE.txt
parent0f2cb0fd91ac718030ff888fa7801cf14b81adf3 (diff)
downloadhdf5-a37795d8b98322ab7dfff0b10c96f1d677ab5985.zip
hdf5-a37795d8b98322ab7dfff0b10c96f1d677ab5985.tar.gz
hdf5-a37795d8b98322ab7dfff0b10c96f1d677ab5985.tar.bz2
chore: fix grammar (#3150)
* chore: fix grammar
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 02001e4..6c9e477 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -165,7 +165,7 @@ New Features
- Added the CMake variable HDF5_ENABLE_ROS3_VFD to the HDF5 CMake config
file hdf5-config.cmake. This allows to easily detect if the library
- has been build with or without read-only S3 functionality.
+ has been built with or without read-only S3 functionality.
Library:
--------
@@ -257,7 +257,7 @@ Bug Fixes since HDF5-1.14.0 release
handles undefined behavior regarding size 0 memory allocations and
using memcpy with a NULL src pointer.
- The library is now more more careful about using memory operations when
+ The library is now more careful about using memory operations when
copying empty enum datatypes and will not error or raise an assert.
- Added an AAPL check to H5Acreate