Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix grammar #3150

Merged
merged 2 commits into from
Jun 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions release_docs/RELEASE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:
--------
Expand Down Expand Up @@ -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
Expand Down