@joebigelow / wix-1 / commits / e6819014

Fix typo in CloseApps

Rob Mensching committed Jun 10, 2020 at 19:13 UTC e6819014f41294ea2e465338a821014080e265d1
1 file changed +1 -1
src/ca/CloseApps.cpp
+1 -1
@@ -333,7 +333,7 @@ extern "C" UINT __stdcall WixCloseApplications(
333 dwTerminateExitCode = 0;
334 hr = S_OK;
335 }
336 - ExitOnFailure(hr, "failed to get timeout from Wix4CloseApplication table");
336 + ExitOnFailure(hr, "failed to get terminate exit-code from Wix4CloseApplication table");
337
338 hr = WcaGetRecordInteger(hRec, QCA_TIMEOUT, reinterpret_cast<int*>(&dwTimeout));
339 if (S_FALSE == hr)