summaryrefslogtreecommitdiffstats
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
parent69e8c8f58d394cc8928bae1a1dc7c84dd0c6891f (diff)
downloadhdf5-b571da18fcf1d90e77170c17666735d2edec5923.zip
hdf5-b571da18fcf1d90e77170c17666735d2edec5923.tar.gz
hdf5-b571da18fcf1d90e77170c17666735d2edec5923.tar.bz2
Fix spelling issues flagged by codespell (#3130)
-rw-r--r--test/dt_arith.c2
-rw-r--r--test/onion.c2
-rw-r--r--test/test_error.sh.in2
3 files changed, 3 insertions, 3 deletions
diff --git a/test/dt_arith.c b/test/dt_arith.c
index 93e62cf..ccf2ec9 100644
--- a/test/dt_arith.c
+++ b/test/dt_arith.c
@@ -2814,7 +2814,7 @@ test_conv_flt_1(const char *name, int run_test, hid_t src, hid_t dst)
int status; /*child exit status */
/*
- * Some systems generage SIGFPE during floating point overflow and we
+ * Some systems generate SIGFPE during floating point overflow and we
* cannot assume that we can continue from such a signal. Therefore, we
* fork here and let the child run the test and return the number of
* failures with the exit status.
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);
diff --git a/test/test_error.sh.in b/test/test_error.sh.in
index 72bb943..1e6a560 100644
--- a/test/test_error.sh.in
+++ b/test/test_error.sh.in
@@ -14,7 +14,7 @@
srcdir=@srcdir@
-# Determine backward compatibility options eneabled
+# Check if backward compatibility options are enabled
DEPRECATED_SYMBOLS="@DEPRECATED_SYMBOLS@"
CMP='cmp -s'