@joebigelow / wix-1 / commits / bb691bde

Random typo fix.

Bob Arnson committed Oct 13, 2023 at 20:22 UTC bb691bde8bff680ead1e6b0cf41cf3af7736331b
1 file changed +6 -6
src/ext/Util/ca/CloseApps.cpp
+6 -6
@@ -136,7 +136,7 @@ LExit:
136 }
137
138 /******************************************************************
139 - SendProcessMessage - helper function to enumerate the top-level
139 + SendProcessMessage - helper function to enumerate the top-level
140 windows and send to all matching a process ID.
141
142 ******************************************************************/
@@ -164,7 +164,7 @@ void SendProcessMessage(
164 }
165
166 /******************************************************************
167 - SendApplicationMessage - helper function to iterate through the
167 + SendApplicationMessage - helper function to iterate through the
168 processes for the specified application and send all
169 applicable process Ids a message and give them time to process
170 the message.
@@ -250,7 +250,7 @@ void TerminateProcesses(
250 /******************************************************************
251 WixCloseApplications - entry point for WixCloseApplications Custom Action
252
253 - called as Type 1 CustomAction (binary DLL) from Windows Installer
253 + called as Type 1 CustomAction (binary DLL) from Windows Installer
254 in InstallExecuteSequence before InstallFiles
255 ******************************************************************/
256 extern "C" UINT __stdcall WixCloseApplications(
@@ -462,9 +462,9 @@ LExit:
462
463
464 /******************************************************************
465 - WixCloseApplicationsDeferred - entry point for
465 + WixCloseApplicationsDeferred - entry point for
466 WixCloseApplicationsDeferred Custom Action
467 - called as Type 1025 CustomAction
467 + called as Type 1025 CustomAction
468 (deferred binary DLL)
469
470 NOTE: deferred CustomAction since it modifies the machine
@@ -533,7 +533,7 @@ extern "C" UINT __stdcall WixCloseApplicationsDeferred(
533 SendApplicationMessage(pwzTarget, WM_QUERYENDSESSION, dwTimeout);
534 }
535
536 - // If we find that an app that we need closed is still runing, require a
536 + // If we find that an app that we need closed is still running, require a
537 // restart or kill the process as directed.
538 ProcFindAllIdsFromExeName(pwzTarget, &prgProcessIds, &cProcessIds);
539 if (0 < cProcessIds)