KWSys 2022-02-18 (599dc923)

Code extracted from:

    https://gitlab.kitware.com/utils/kwsys.git

at commit 599dc923311452656b5497459076624d5716b5f2 (master).

Upstream Shortlog
-----------------

Dimitris Apostolou (1):
      b387faf8 Process: Fix typos
This commit is contained in:
KWSys Upstream
2022-02-18 08:48:04 -05:00
committed by Brad King
parent 7d9204a7e2
commit 8d9ced350d
2 changed files with 2 additions and 2 deletions

View File

@@ -1906,7 +1906,7 @@ static void kwsysProcessDestroy(kwsysProcess* cp)
(errno == EINTR)) {
}
if (result > 0) {
/* This child has termianted. */
/* This child has terminated. */
cp->ForkPIDs[i] = 0;
if (--cp->CommandsLeft == 0) {
/* All children have terminated. Close the signal pipe

View File

@@ -2119,7 +2119,7 @@ static void kwsysProcessSetExitExceptionByIndex(kwsysProcess* cp, int code,
KWSYSPE_CASE(Fault, "In-page error");
break;
case STATUS_INVALID_HANDLE:
KWSYSPE_CASE(Fault, "Invalid hanlde");
KWSYSPE_CASE(Fault, "Invalid handle");
break;
case STATUS_NONCONTINUABLE_EXCEPTION:
KWSYSPE_CASE(Fault, "Noncontinuable exception");