diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2023-05-19 16:05:23 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-19 16:05:23 (GMT) |
commit | 5c2e434dc630d6e333aa4118c20d67b80df2173d (patch) | |
tree | 12871ee75fc10e44c96e2bbe3ce072b6fae070a6 /release_docs | |
parent | d7cb8aca5b4d07f9d04cd5aba618d4ec4dda7ac2 (diff) | |
download | hdf5-5c2e434dc630d6e333aa4118c20d67b80df2173d.zip hdf5-5c2e434dc630d6e333aa4118c20d67b80df2173d.tar.gz hdf5-5c2e434dc630d6e333aa4118c20d67b80df2173d.tar.bz2 |
Fix 'datatype' misspellings ('dataype') (#2984)
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/HISTORY-1_0-1_8_0.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release_docs/HISTORY-1_0-1_8_0.txt b/release_docs/HISTORY-1_0-1_8_0.txt index 333d0dc..6d9148d 100644 --- a/release_docs/HISTORY-1_0-1_8_0.txt +++ b/release_docs/HISTORY-1_0-1_8_0.txt @@ -8448,7 +8448,7 @@ C. Changes Since Version 1.0.1 ------------------- H5Tget_super - return the base datatype from which a datatype is derived - H5Tvlen_create - creates a new variable-length dataype + H5Tvlen_create - creates a new variable-length datatype H5Tenum_create - creates a new enumeration datatype H5Tenum_insert - inserts a new enumeration datatype member H5Tenum_nameof - returns the symbol name corresponding to a @@ -8944,7 +8944,7 @@ Datatypes H5Tset_strpad - set string padding + H5Tget_super - return the base datatype from which a datatype is derived - + H5Tvlen_create - creates a new variable-length dataype + + H5Tvlen_create - creates a new variable-length datatype + H5Tenum_create - creates a new enumeration datatype + H5Tenum_insert - inserts a new enumeration datatype member + H5Tenum_nameof - returns the symbol name corresponding to a |