diff options
Diffstat (limited to 'testpar')
-rw-r--r-- | testpar/t_bigio.c | 2 |
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; |