summaryrefslogtreecommitdiffstats
path: root/src/H5HFsection.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2022-08-17 23:31:54 (GMT)
committerGitHub <noreply@github.com>2022-08-17 23:31:54 (GMT)
commite6f16c0ec2f643218b1ba527bb92fc1bb7b2e681 (patch)
tree4c8b59017d93c74501fbbddb20282939d70e8289 /src/H5HFsection.c
parent9304f277e8597d39ac60b9d14b309c3462938d1c (diff)
downloadhdf5-e6f16c0ec2f643218b1ba527bb92fc1bb7b2e681.zip
hdf5-e6f16c0ec2f643218b1ba527bb92fc1bb7b2e681.tar.gz
hdf5-e6f16c0ec2f643218b1ba527bb92fc1bb7b2e681.tar.bz2
Fixes codespell issues (#2032)
* Fixes codespell issues * Fixed another typo
Diffstat (limited to 'src/H5HFsection.c')
-rw-r--r--src/H5HFsection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5HFsection.c b/src/H5HFsection.c
index de68e3d..16de17f 100644
--- a/src/H5HFsection.c
+++ b/src/H5HFsection.c
@@ -2292,7 +2292,7 @@ H5HF__sect_indirect_for_row(H5HF_hdr_t *hdr, H5HF_indirect_t *iblock, H5HF_free_
(sect->u.indirect.dir_rows = (H5HF_free_section_t **)H5MM_malloc(sizeof(H5HF_free_section_t *))))
HGOTO_ERROR(H5E_HEAP, H5E_NOSPACE, NULL, "allocation failed for row section pointer array")
- /* Atatch the new row section to indirect section */
+ /* Attach the new row section to indirect section */
sect->u.indirect.dir_rows[0] = row_sect;
sect->u.indirect.rc = 1;