diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2023-10-04 09:55:03 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-04 09:55:03 (GMT) |
commit | 51ff48b8873d584811f4cad83c19f1edf484b7e4 (patch) | |
tree | 22633f494d84072c55d63ef24e314b48518220fb /hl | |
parent | 42549af4c83f4db09461dac6b500daa7e33752c6 (diff) | |
download | hdf5-51ff48b8873d584811f4cad83c19f1edf484b7e4.zip hdf5-51ff48b8873d584811f4cad83c19f1edf484b7e4.tar.gz hdf5-51ff48b8873d584811f4cad83c19f1edf484b7e4.tar.bz2 |
Fix several spelling/grammar issues (#3621) (#3632)
Diffstat (limited to 'hl')
-rw-r--r-- | hl/fortran/src/H5IMff.F90 | 2 | ||||
-rw-r--r-- | hl/src/H5IM.c | 2 | ||||
-rw-r--r-- | hl/src/H5IMpublic.h | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/hl/fortran/src/H5IMff.F90 b/hl/fortran/src/H5IMff.F90 index a1be745..5354dd0 100644 --- a/hl/fortran/src/H5IMff.F90 +++ b/hl/fortran/src/H5IMff.F90 @@ -380,7 +380,7 @@ CONTAINS !> !! \ingroup FH5IM !! -!! \brief This function dettaches a palette to an existing image dataset. +!! \brief This function detaches a palette to an existing image dataset. !! !! \param loc_id Location identifier. The identifier may be that of a file or group. !! \param image_name The name of the image dataset. diff --git a/hl/src/H5IM.c b/hl/src/H5IM.c index 42a5feb..b5476c6 100644 --- a/hl/src/H5IM.c +++ b/hl/src/H5IM.c @@ -600,7 +600,7 @@ out: /*------------------------------------------------------------------------- * Function: H5IMunlink_palette * - * Purpose: This function dettaches a palette from an existing image dataset + * Purpose: This function detaches a palette from an existing image dataset * * Return: Success: 0, Failure: -1 * diff --git a/hl/src/H5IMpublic.h b/hl/src/H5IMpublic.h index 81dbb62..0ba9d64 100644 --- a/hl/src/H5IMpublic.h +++ b/hl/src/H5IMpublic.h @@ -66,7 +66,7 @@ extern "C" { * - \ref H5IMread_image * \n Reads image data from disk. * - \ref H5IMunlink_palette - * \n Dettaches a palette from an image. + * \n Detaches a palette from an image. * */ @@ -229,7 +229,7 @@ H5_HLDLL herr_t H5IMlink_palette(hid_t loc_id, const char *image_name, const cha * -------------------------------------------------------------------------- * \ingroup H5IM * - * \brief Dettaches a palette from an image. + * \brief Detaches a palette from an image. * * \fg_loc_id * \param[in] image_name The name of the image dataset @@ -237,7 +237,7 @@ H5_HLDLL herr_t H5IMlink_palette(hid_t loc_id, const char *image_name, const cha * * \return \herr_t * - * \details H5IMunlink_palette() dettaches a palette from an image + * \details H5IMunlink_palette() detaches a palette from an image * specified by \p image_name. * */ |