Skip to content

Commit

Permalink
Correct spelling errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
vchoi-hdfgroup committed Dec 21, 2024
1 parent 2ece3b5 commit 96a0046
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/H5Dstruct_chunk.c
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ H5D__struct_chunk_decode(H5D_t *dset, size_t *nbytes /*in,out*/, size_t *alloc_s
HGOTO_ERROR(H5E_DATASET, H5E_CANTFILTER, FAIL, "data pipeline read failed");
}

/* Decode the encoded selecton to dataspace sel_ds */
/* Decode the encoded selection to dataspace sel_ds */
if (NULL == (sel_ds = H5S_decode((const unsigned char **)&sel_buf)))
HGOTO_ERROR(H5E_DATASET, H5E_CANTDECODE, FAIL, "unable to decode dataspace");

Expand Down Expand Up @@ -475,7 +475,7 @@ H5D__struct_chunk_decode_defined_values(H5D_t *dset, size_t *nbytes /*in,out*/,
HGOTO_ERROR(H5E_DATASET, H5E_CANTFILTER, FAIL, "data pipeline read failed");
}

/* Decode the encoded selecton to dataspace select_ds */
/* Decode the encoded selection to dataspace select_ds */
if (NULL == (sel_ds = H5S_decode((const unsigned char **)&sel_buf)))
HGOTO_ERROR(H5E_DATASET, H5E_CANTDECODE, FAIL, "unable to decode dataspace");

Expand Down

0 comments on commit 96a0046

Please sign in to comment.