summaryrefslogtreecommitdiffstats
path: root/java/src/jni/h5util.c
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-01-14 04:17:59 (GMT)
committerGitHub <noreply@github.com>2022-01-14 04:17:59 (GMT)
commita0c2b2e8d430b8622cb6e0ff67b3b0317dd8fe48 (patch)
tree277abecd672e06284f8194f6b6f608f00b15c7b5 /java/src/jni/h5util.c
parent94fd05b9742cf21130bc0a6b6db9c4b034640ce3 (diff)
downloadhdf5-a0c2b2e8d430b8622cb6e0ff67b3b0317dd8fe48.zip
hdf5-a0c2b2e8d430b8622cb6e0ff67b3b0317dd8fe48.tar.gz
hdf5-a0c2b2e8d430b8622cb6e0ff67b3b0317dd8fe48.tar.bz2
1.12 Merge Add tests for H5Ocopy of new object refs (#1339)
* Add tests for H5Ocopy of new object refs * Correct class name * Skip test because of issue with debug assertions * Update reference file * Fix object examples for new refs and spelling fixs * Fix ref try-catch blocks
Diffstat (limited to 'java/src/jni/h5util.c')
-rw-r--r--java/src/jni/h5util.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/java/src/jni/h5util.c b/java/src/jni/h5util.c
index 9a93d5c..3a08ea7 100644
--- a/java/src/jni/h5util.c
+++ b/java/src/jni/h5util.c
@@ -1351,7 +1351,7 @@ done:
* This is a special case subfunction to print the data in a region reference of type blocks.
*
* Return:
- * The function returns FAIL if there was an error, otherwise SUCEED
+ * The function returns FAIL if there was an error, otherwise SUCCEED
*-------------------------------------------------------------------------
*/
static int
@@ -1774,7 +1774,7 @@ done:
* Purpose: Recursive check for variable length string of a datatype.
*
* Return:
- * TRUE : type conatains any variable length string
+ * TRUE : type contains any variable length string
* FALSE : type doesn't contain any variable length string
* Negative value: error occur
*
@@ -2303,7 +2303,7 @@ done:
* This is a special case subfunction to print the data in a region reference of type blocks.
*
* Return:
- * The function returns FAIL if there was an error, otherwise SUCEED
+ * The function returns FAIL if there was an error, otherwise SUCCEED
*
*-------------------------------------------------------------------------
*/