summaryrefslogtreecommitdiffstats
path: root/java/src/hdf/hdf5lib/H5.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/src/hdf/hdf5lib/H5.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 ecf5eff..56e2170 100644
--- a/java/src/hdf/hdf5lib/H5.java
+++ b/java/src/hdf/hdf5lib/H5.java
@@ -2269,7 +2269,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
*
@@ -9788,7 +9788,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 HDF-5 Library.
@@ -10007,7 +10007,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 HDF-5 Library.
@@ -13654,7 +13654,7 @@ public class H5 implements java.io.Serializable {
public synchronized static native int H5Tget_sign(long type_id) throws HDF5LibraryException;
/**
- * 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.