diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-05-22 16:03:04 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-05-22 16:03:04 (GMT) |
commit | 78e1372ad5e35fc3ef691767148f7d2eea2feea4 (patch) | |
tree | 2d3f083cd94255015fac5c996bfce2a2f391e001 /release_docs | |
parent | 11689d9873fbf013001d0b3bb4bda97420d3cf70 (diff) | |
download | hdf5-78e1372ad5e35fc3ef691767148f7d2eea2feea4.zip hdf5-78e1372ad5e35fc3ef691767148f7d2eea2feea4.tar.gz hdf5-78e1372ad5e35fc3ef691767148f7d2eea2feea4.tar.bz2 |
fix typo
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 8a9828f..0a1b892 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -125,7 +125,7 @@ Bug Fixes since HDF5-1.10.2 release The gcc attribute(no_sanitize), named as the macro HDF_NO_UBSAN, was located after the function name. Builds with GCC 7 did not - indicate any problem, but GCC 8 issied errors. Moved the + indicate any problem, but GCC 8 issued errors. Moved the attribute before the function name, as required. (ADB 2018/05/22, HDFFV-10473) |