diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2022-04-07 17:59:11 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2022-04-07 17:59:11 (GMT) |
commit | dbfa606888c6ed92da882936e63c4f3b13551607 (patch) | |
tree | d70208839a7c3fa314299acb6253dbae32678fab /src/H5PL.c | |
parent | c3902706ad01a5f1c0a6a213a4eac9c75f4709d9 (diff) | |
parent | b3dbd62426c9b5be542bc41d390b4eea8473c55f (diff) | |
download | hdf5-dbfa606888c6ed92da882936e63c4f3b13551607.zip hdf5-dbfa606888c6ed92da882936e63c4f3b13551607.tar.gz hdf5-dbfa606888c6ed92da882936e63c4f3b13551607.tar.bz2 |
Merge branch 'spelling-corrections' of https://github.com/lrknox/hdf5 into lrknox-spelling-corrections
Diffstat (limited to 'src/H5PL.c')
-rw-r--r-- | src/H5PL.c | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -67,7 +67,7 @@ * the special "::" string. * * Return: Success: Non-negative - * Failture: Negative + * Failure: Negative * *------------------------------------------------------------------------- */ @@ -99,7 +99,7 @@ done: * Positive if one or more of the plugin types are enabled * * Return: Success: Non-negative - * Failture: Negative + * Failure: Negative * *------------------------------------------------------------------------- */ @@ -128,7 +128,7 @@ done: * Purpose: Insert a plugin search path at the end of the list. * * Return: Success: Non-negative - * Failture: Negative + * Failure: Negative * *------------------------------------------------------------------------- */ @@ -160,7 +160,7 @@ done: * Purpose: Insert a plugin search path at the beginning of the list. * * Return: Success: Non-negative - * Failture: Negative + * Failure: Negative * *------------------------------------------------------------------------- */ @@ -234,7 +234,7 @@ done: * other paths after the index. * * Return: Success: Non-negative - * Failture: Negative + * Failure: Negative * *------------------------------------------------------------------------- */ @@ -270,11 +270,11 @@ done: /*------------------------------------------------------------------------- * Function: H5PLremove * - * Purpose: Remove the plugin path at the specifed index and compact + * Purpose: Remove the plugin path at the specified index and compact * the list. * * Return: Success: Non-negative - * Failture: Negative + * Failure: Negative * * Return: Non-negative or success. * |