Skip to content

Commit

Permalink
Merge pull request #266 from rhc54/topic/typo
Browse files Browse the repository at this point in the history
Fix typos in examples
  • Loading branch information
rhc54 committed Dec 18, 2019
2 parents 0c5ff41 + 68e75cb commit c03469c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/fault.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ int main(int argc, char **argv)
pmix_info_t *info;
mylock_t mylock;
myrel_t myrel;
pmix_status_t code[2] = {PMIX_ERR_PROC_ABPRRTED, PMIX_ERR_JOB_TERMINATED};
pmix_status_t code[2] = {PMIX_ERR_PROC_ABORTED, PMIX_ERR_JOB_TERMINATED};

/* init us */
if (PMIX_SUCCESS != (rc = PMIx_Init(&myproc, NULL, 0))) {
Expand Down
2 changes: 1 addition & 1 deletion examples/launcher.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ int main(int argc, char **argv)
bool flag;
myrel_t myrel;
mylock_t mylock;
pmix_status_t code[6] = {PMIX_ERR_PROC_ABORTING, PMIX_ERR_PROC_ABPRRTED,
pmix_status_t code[6] = {PMIX_ERR_PROC_ABORTING, PMIX_ERR_PROC_ABORTED,
PMIX_ERR_PROC_REQUESTED_ABORT, PMIX_ERR_JOB_TERMINATED,
PMIX_ERR_UNREACH, PMIX_ERR_LOST_CONNECTION_TO_SERVER};
pmix_nspace_t appspace;
Expand Down

0 comments on commit c03469c

Please sign in to comment.