Skip to content

Commit

Permalink
Fix typo in CloseApps.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
dtaylor84 authored and robmen committed Jun 11, 2020
1 parent 978c7d3 commit 7ddb89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ext/ca/wixca/dll/CloseApps.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ extern "C" UINT __stdcall WixCloseApplications(
dwTerminateExitCode = 0;
hr = S_OK;
}
ExitOnFailure(hr, "failed to get timeout from WixCloseApplication table");
ExitOnFailure(hr, "failed to get terminate exit-code from WixCloseApplication table");

hr = WcaGetRecordInteger(hRec, QCA_TIMEOUT, reinterpret_cast<int*>(&dwTimeout));
if (S_FALSE == hr)
Expand Down

0 comments on commit 7ddb89e

Please sign in to comment.