diff options
author | jhendersonHDF <jhenderson@hdfgroup.org> | 2023-10-03 16:01:28 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-03 16:01:28 (GMT) |
commit | 34fcb9c5a480c70d43c85373850f91d079b3a179 (patch) | |
tree | 13a646eecb112484660e792239808efb94c34ef1 /hl/fortran | |
parent | 4261552068d5ffd7bd708db92aea99793a1bcf2a (diff) | |
download | hdf5-34fcb9c5a480c70d43c85373850f91d079b3a179.zip hdf5-34fcb9c5a480c70d43c85373850f91d079b3a179.tar.gz hdf5-34fcb9c5a480c70d43c85373850f91d079b3a179.tar.bz2 |
Fix several spelling/grammar issues (#3621)
Diffstat (limited to 'hl/fortran')
-rw-r--r-- | hl/fortran/src/H5IMff.F90 | 2 |
1 files changed, 1 insertions, 1 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. |