summaryrefslogtreecommitdiffstats
path: root/src/H5T.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5T.c')
-rw-r--r--src/H5T.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5T.c b/src/H5T.c
index 09e3cf3..6f4d721 100644
--- a/src/H5T.c
+++ b/src/H5T.c
@@ -2646,7 +2646,7 @@ done:
* All arguments are optional. Missing arguments are wild cards.
* The special no-op path cannot be removed.
*
- * Return: Succeess: non-negative
+ * Return: Success: non-negative
* Failure: negative
*
* Programmer: Robb Matzke
@@ -2750,7 +2750,7 @@ H5T__unregister(H5T_pers_t pers, const char *name, H5T_t *src, H5T_t *dst, H5T_c
* All arguments are optional. Missing arguments are wild cards.
* The special no-op path cannot be removed.
*
- * Return: Succeess: non-negative
+ * Return: Success: non-negative
*
* Failure: negative
*
@@ -4064,7 +4064,7 @@ done:
*
* Return: Success: non-negative
*
- * Failure: nagative
+ * Failure: negative
*
* Programmer: Robb Matzke
* Tuesday, December 22, 1998