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 /java/src/hdf | |
parent | d7cb8aca5b4d07f9d04cd5aba618d4ec4dda7ac2 (diff) | |
download | hdf5-5c2e434dc630d6e333aa4118c20d67b80df2173d.zip hdf5-5c2e434dc630d6e333aa4118c20d67b80df2173d.tar.gz hdf5-5c2e434dc630d6e333aa4118c20d67b80df2173d.tar.bz2 |
Fix 'datatype' misspellings ('dataype') (#2984)
Diffstat (limited to 'java/src/hdf')
-rw-r--r-- | java/src/hdf/hdf5lib/H5.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/src/hdf/hdf5lib/H5.java b/java/src/hdf/hdf5lib/H5.java index 5a17075..ea51512 100644 --- a/java/src/hdf/hdf5lib/H5.java +++ b/java/src/hdf/hdf5lib/H5.java @@ -13806,7 +13806,7 @@ public class H5 implements java.io.Serializable { /** * @ingroup JH5T * - * H5Tcreate creates a new dataype of the specified class with the specified number of bytes. + * H5Tcreate creates a new datatype of the specified class with the specified number of bytes. * * @param tclass * IN: Class of datatype to create. @@ -15261,7 +15261,7 @@ public class H5 implements java.io.Serializable { /** * @ingroup JH5T * - * H5Tvlen_create creates a new variable-length (VL) dataype. + * H5Tvlen_create creates a new variable-length (VL) datatype. * * @param base_id * IN: Identifier of parent datatype. |