summaryrefslogtreecommitdiffstats
path: root/testpar
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2023-03-10 20:28:02 (GMT)
committerGitHub <noreply@github.com>2023-03-10 20:28:02 (GMT)
commit06bf32bf4a5e0f5d9633b589676f42c611780412 (patch)
tree4164b24a49a710554cc61d9771066c1804f73406 /testpar
parentd51c97e7f5efb4dac91f7135018ab85eca81999c (diff)
downloadhdf5-06bf32bf4a5e0f5d9633b589676f42c611780412.zip
hdf5-06bf32bf4a5e0f5d9633b589676f42c611780412.tar.gz
hdf5-06bf32bf4a5e0f5d9633b589676f42c611780412.tar.bz2
Fix new codespell issues (#2521) (#2533)
* Fix new codespell issues * Have codespell ignore ./config/sanitizer/sanitizers.cmake 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 1c66748..4ecb09e 100644
--- a/testpar/t_bigio.c
+++ b/testpar/t_bigio.c
@@ -1858,7 +1858,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;