summaryrefslogtreecommitdiffstats
path: root/testpar/t_bigio.c
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2023-03-10 15:52:06 (GMT)
committerGitHub <noreply@github.com>2023-03-10 15:52:06 (GMT)
commitc420176d4791bec62336ea4ba25bcec3475a64bb (patch)
tree55bca1716869070d6fa601bec57b1c68d4a94fa7 /testpar/t_bigio.c
parent91cf10156a65a96860cea965df74a5adecf3e4e8 (diff)
downloadhdf5-c420176d4791bec62336ea4ba25bcec3475a64bb.zip
hdf5-c420176d4791bec62336ea4ba25bcec3475a64bb.tar.gz
hdf5-c420176d4791bec62336ea4ba25bcec3475a64bb.tar.bz2
Fix new codespell issues (#2521) (#2530)
* Fix new codespell issues (#2521) * Fix new codespell issues * Have codespell ignore ./config/sanitizer/sanitizers.cmake * Fix typo in genparser. --------- Co-authored-by: Mark Kittisopikul <mkitti@users.noreply.github.com>
Diffstat (limited to 'testpar/t_bigio.c')
-rw-r--r--testpar/t_bigio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/t_bigio.c b/testpar/t_bigio.c
index 2bd4006..7e9e715 100644
--- a/testpar/t_bigio.c
+++ b/testpar/t_bigio.c
@@ -1866,7 +1866,7 @@ main(int argc, char **argv)
/* Having set the bigio handling to a size that is manageable,
* we'll set our 'bigcount' variable to be 2X that limit so
* that we try to ensure that our bigio handling is actually
- * envoked and tested.
+ * invoked and tested.
*/
if (newsize != oldsize)
bigcount = newsize * 2;