diff options
author | H. Joe Lee <hyoklee@hdfgroup.org> | 2023-07-25 17:47:08 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-25 17:47:08 (GMT) |
commit | 85d216634aae94223ed5b75a77585f9fd60009e5 (patch) | |
tree | cd80ed26c97149d34c06358292d1fbb35eaf8dcb /testpar/testphdf5.c | |
parent | 553e1cd31150f7ca58f87f40d63dd8f200721611 (diff) | |
download | hdf5-85d216634aae94223ed5b75a77585f9fd60009e5.zip hdf5-85d216634aae94223ed5b75a77585f9fd60009e5.tar.gz hdf5-85d216634aae94223ed5b75a77585f9fd60009e5.tar.bz2 |
chore: fix typo - persent -> present (#3273)
Diffstat (limited to 'testpar/testphdf5.c')
-rw-r--r-- | testpar/testphdf5.c | 2 |
1 files changed, 1 insertions, 1 deletions
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> |