summaryrefslogtreecommitdiffstats
path: root/hl/src
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-10-04 09:55:15 (GMT)
committerGitHub <noreply@github.com>2023-10-04 09:55:15 (GMT)
commit069688c3faf01607a9a7a1ddb8f26961d8b993a7 (patch)
treea6a8141136a17ab8ae0a62a9d8b60ea5fcea5ab1 /hl/src
parentc423e74fbfbfe84497210e5b15db20bee8c84c3c (diff)
downloadhdf5-069688c3faf01607a9a7a1ddb8f26961d8b993a7.zip
hdf5-069688c3faf01607a9a7a1ddb8f26961d8b993a7.tar.gz
hdf5-069688c3faf01607a9a7a1ddb8f26961d8b993a7.tar.bz2
Fix spelling (#3633)
Diffstat (limited to 'hl/src')
-rw-r--r--hl/src/H5IM.c2
-rw-r--r--hl/src/H5IMpublic.h6
2 files changed, 4 insertions, 4 deletions
diff --git a/hl/src/H5IM.c b/hl/src/H5IM.c
index aa12315..952bbed 100644
--- a/hl/src/H5IM.c
+++ b/hl/src/H5IM.c
@@ -649,7 +649,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.
*
*/