summaryrefslogtreecommitdiffstats
path: root/testpar
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2023-03-09 22:28:30 (GMT)
committerGitHub <noreply@github.com>2023-03-09 22:28:30 (GMT)
commit7fbd15fff44a7e7538e67cfcaa1ec68adace64f7 (patch)
treebb1df71fbf97a3e159c3e36fbd016dae7d6e4df1 /testpar
parentbf0ff10b8a75cd762998c4a7bcf870f95ae8cdf3 (diff)
downloadhdf5-7fbd15fff44a7e7538e67cfcaa1ec68adace64f7.zip
hdf5-7fbd15fff44a7e7538e67cfcaa1ec68adace64f7.tar.gz
hdf5-7fbd15fff44a7e7538e67cfcaa1ec68adace64f7.tar.bz2
Fix 1.10 new codespell issues (#2521) (#2525)
* 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')
-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 50aecf2..146d815 100644
--- a/testpar/t_bigio.c
+++ b/testpar/t_bigio.c
@@ -1831,7 +1831,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;