summaryrefslogtreecommitdiffstats
path: root/test/dt_arith.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/dt_arith.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/dt_arith.c')
-rw-r--r--test/dt_arith.c2
1 files changed, 1 insertions, 1 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.