summaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2022-08-18 17:48:17 (GMT)
committerGitHub <noreply@github.com>2022-08-18 17:48:17 (GMT)
commit82ebc9c370164931861f0d174e2b17a109478665 (patch)
treeac35dc2aca63a1cb8d8e9f0562eb76f94f71804d /java
parentfab27c25291d7f0b2d0a585178757dddddba1ace (diff)
downloadhdf5-82ebc9c370164931861f0d174e2b17a109478665.zip
hdf5-82ebc9c370164931861f0d174e2b17a109478665.tar.gz
hdf5-82ebc9c370164931861f0d174e2b17a109478665.tar.bz2
Spelling fixes for codespell (#2038)
* Spelling fixes for codespell * Committing clang-format changes Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'java')
-rw-r--r--java/src/hdf/hdf5lib/H5.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/java/src/hdf/hdf5lib/H5.java b/java/src/hdf/hdf5lib/H5.java
index 80bb0f5..e701be3 100644
--- a/java/src/hdf/hdf5lib/H5.java
+++ b/java/src/hdf/hdf5lib/H5.java
@@ -2457,7 +2457,7 @@ public class H5 implements java.io.Serializable {
* @param src_did
* the identifier of the source dataset
* @param dst_did
- * the identifier of the destinaiton dataset
+ * the identifier of the destination dataset
*
* @return a non-negative value if successful
*
@@ -10646,7 +10646,7 @@ public class H5 implements java.io.Serializable {
* @param expression
* IN: Pointer to the null-terminated data transform expression
*
- * @return a non-negative valule if successful; otherwise returns a negative value.
+ * @return a non-negative value if successful; otherwise returns a negative value.
*
* @exception HDF5LibraryException
* Error from the HDF5 Library.
@@ -10887,7 +10887,7 @@ public class H5 implements java.io.Serializable {
* @param crt_intermed_group
* IN: Flag specifying whether to create intermediate groups upon the creation of an object
*
- * @return a non-negative valule if successful; otherwise returns a negative value.
+ * @return a non-negative value if successful; otherwise returns a negative value.
*
* @exception HDF5LibraryException
* Error from the HDF5 Library.
@@ -14894,7 +14894,7 @@ public class H5 implements java.io.Serializable {
/**
* @ingroup JH5T
*
- * H5Tset_sign sets the sign proprety for an integer type.
+ * H5Tset_sign sets the sign property for an integer type.
*
* @param type_id
* IN: Identifier of datatype to set.