summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Joe Lee <hyoklee@hdfgroup.org>2023-07-25 17:47:08 (GMT)
committerGitHub <noreply@github.com>2023-07-25 17:47:08 (GMT)
commit85d216634aae94223ed5b75a77585f9fd60009e5 (patch)
treecd80ed26c97149d34c06358292d1fbb35eaf8dcb
parent553e1cd31150f7ca58f87f40d63dd8f200721611 (diff)
downloadhdf5-85d216634aae94223ed5b75a77585f9fd60009e5.zip
hdf5-85d216634aae94223ed5b75a77585f9fd60009e5.tar.gz
hdf5-85d216634aae94223ed5b75a77585f9fd60009e5.tar.bz2
chore: fix typo - persent -> present (#3273)
-rw-r--r--testpar/API/t_shapesame.c2
-rw-r--r--testpar/API/testphdf5.c2
-rw-r--r--testpar/t_shapesame.c2
-rw-r--r--testpar/testphdf5.c2
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 <sys/types.h>
#include <sys/stat.h>
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 <sys/types.h>
#include <sys/stat.h>
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 <sys/types.h>
#include <sys/stat.h>
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 <sys/types.h>
#include <sys/stat.h>