Skip to content

Commit

Permalink
chore: fix typo - persent -> present (#3273)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee authored Jul 25, 2023
1 parent 553e1cd commit 85d2166
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion testpar/API/t_shapesame.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion testpar/API/testphdf5.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion testpar/t_shapesame.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion testpar/testphdf5.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 85d2166

Please sign in to comment.