summaryrefslogtreecommitdiffstats
path: root/test/onion.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-06-15 01:59:09 (GMT)
committerGitHub <noreply@github.com>2023-06-15 01:59:09 (GMT)
commitb571da18fcf1d90e77170c17666735d2edec5923 (patch)
treebb29921a8251e0c2bd07f15813e40e8484882b96 /test/onion.c
parent69e8c8f58d394cc8928bae1a1dc7c84dd0c6891f (diff)
downloadhdf5-b571da18fcf1d90e77170c17666735d2edec5923.zip
hdf5-b571da18fcf1d90e77170c17666735d2edec5923.tar.gz
hdf5-b571da18fcf1d90e77170c17666735d2edec5923.tar.bz2
Fix spelling issues flagged by codespell (#3130)
Diffstat (limited to 'test/onion.c')
-rw-r--r--test/onion.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/onion.c b/test/onion.c
index d0eaa87..03730a7 100644
--- a/test/onion.c
+++ b/test/onion.c
@@ -1035,7 +1035,7 @@ test_history_encode_decode_empty(void)
TESTING("encode/decode history (empty and failures)");
- /* Generage checksum but don't store it yet */
+ /* Generate checksum but don't store it yet */
checksum = H5_checksum_fletcher32(exp, H5FD_ONION_ENCODED_SIZE_HISTORY - 4);
ptr = exp + H5FD_ONION_ENCODED_SIZE_HISTORY - 4;
UINT32ENCODE(ptr, checksum);