summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-01-25 17:20:45 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-01-25 17:20:45 (GMT)
commite98f1054c3830d0786eaccc48300e63cda0e57e7 (patch)
tree5a353383dc0c5f487c373232c96aafb426b9f446 /release_docs
parentc1fb45cbfee6f47f4644c96b682b71616293d164 (diff)
downloadhdf5-e98f1054c3830d0786eaccc48300e63cda0e57e7.zip
hdf5-e98f1054c3830d0786eaccc48300e63cda0e57e7.tar.gz
hdf5-e98f1054c3830d0786eaccc48300e63cda0e57e7.tar.bz2
Fix typos
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index a2a9d14..3f30ef2 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -82,7 +82,7 @@ New Features
Tools
-----
- - None
+ - None
High-Level APIs
@@ -116,7 +116,7 @@ Bug Fixes since HDF5-1.8.20
-------------
- CMake
- Correct usuage of CMAKE_BUILD_TYPE variable.
+ Correct usage of CMAKE_BUILD_TYPE variable.
The use of the CMAKE_BUILD_TYPE is incorrect for multi-config
generators (Visual Studio and XCode) and is optional for single
@@ -163,7 +163,7 @@ Bug Fixes since HDF5-1.8.20
h5dump would output an indented blank line in the filters section.
- h5dump over used the h5tools_simple_prefix function, which is a
+ h5dump overused the h5tools_simple_prefix function, which is a
function intended to account for the data index (x,y,z) option.
Removed the function call for header information.
@@ -197,7 +197,7 @@ Bug Fixes since HDF5-1.8.20
- h5diff
- h5diff seg faulted if comparing VL strings against fixed strings.
+ h5diff seg-faulted if comparing VL strings against fixed strings.
Reworked solution for HDFFV-8625 and HDFFV-8639. Implemented the check
for string objects of same type in the diff_can_type function by