From 8d9ced350d43d0925648a73a9435b1a59ec51e5a Mon Sep 17 00:00:00 2001 From: KWSys Upstream Date: Fri, 18 Feb 2022 08:48:04 -0500 Subject: 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 --- ProcessUNIX.c | 2 +- ProcessWin32.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ProcessUNIX.c b/ProcessUNIX.c index 19bf982..22cbf06 100644 --- a/ProcessUNIX.c +++ b/ProcessUNIX.c @@ -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 diff --git a/ProcessWin32.c b/ProcessWin32.c index e97973e..17e1507 100644 --- a/ProcessWin32.c +++ b/ProcessWin32.c @@ -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"); -- cgit v0.12