From 85d216634aae94223ed5b75a77585f9fd60009e5 Mon Sep 17 00:00:00 2001 From: "H. Joe Lee" Date: Tue, 25 Jul 2023 12:47:08 -0500 Subject: chore: fix typo - persent -> present (#3273) --- testpar/API/t_shapesame.c | 2 +- testpar/API/testphdf5.c | 2 +- testpar/t_shapesame.c | 2 +- testpar/testphdf5.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/testpar/API/t_shapesame.c b/testpar/API/t_shapesame.c index cabcc96..9d48827 100644 --- a/testpar/API/t_shapesame.c +++ b/testpar/API/t_shapesame.c @@ -3962,7 +3962,7 @@ void *old_client_data; /* previous error handler arg.*/ #ifdef USE_PAUSE /* pause the process for a moment to allow debugger to attach if desired. */ -/* Will pause more if greenlight file is not persent but will eventually */ +/* Will pause more if greenlight file is not present but will eventually */ /* continue. */ #include #include diff --git a/testpar/API/testphdf5.c b/testpar/API/testphdf5.c index 049e61c..a341112 100644 --- a/testpar/API/testphdf5.c +++ b/testpar/API/testphdf5.c @@ -51,7 +51,7 @@ hid_t fapl; /* file access property list */ #ifdef USE_PAUSE /* pause the process for a moment to allow debugger to attach if desired. */ -/* Will pause more if greenlight file is not persent but will eventually */ +/* Will pause more if greenlight file is not present but will eventually */ /* continue. */ #include #include diff --git a/testpar/t_shapesame.c b/testpar/t_shapesame.c index c366661..d9cd20c 100644 --- a/testpar/t_shapesame.c +++ b/testpar/t_shapesame.c @@ -3941,7 +3941,7 @@ hid_t fapl; /* file access property list */ #ifdef USE_PAUSE /* pause the process for a moment to allow debugger to attach if desired. */ -/* Will pause more if greenlight file is not persent but will eventually */ +/* Will pause more if greenlight file is not present but will eventually */ /* continue. */ #include #include diff --git a/testpar/testphdf5.c b/testpar/testphdf5.c index eacadda..a389d0c 100644 --- a/testpar/testphdf5.c +++ b/testpar/testphdf5.c @@ -47,7 +47,7 @@ hid_t fapl; /* file access property list */ #ifdef USE_PAUSE /* pause the process for a moment to allow debugger to attach if desired. */ -/* Will pause more if greenlight file is not persent but will eventually */ +/* Will pause more if greenlight file is not present but will eventually */ /* continue. */ #include #include -- cgit v0.12