@joebigelow / wix-1 / commits / 0761f2cf

Fix typos.

Bob Arnson committed Dec 12, 2021 at 17:35 UTC 0761f2cf91e3194a9f25814d4e3695f8963951b2
2 files changed +2 -2
src/ext/Sql/ca/scasql.cpp
+1 -1
@@ -45,7 +45,7 @@ extern "C" UINT __stdcall UninstallSqlData(
45 UINT er = ERROR_SUCCESS;
46
47 // initialize
48 - hr = WcaInitialize(hInstall, "UninstallCertificates");
48 + hr = WcaInitialize(hInstall, "UninstallSqlData");
49 ExitOnFailure(hr, "Failed to initialize");
50
51 hr = ConfigureSqlData(SCA_ACTION_UNINSTALL);
src/libs/dutil/WixToolset.DUtil/strutil.cpp
+1 -1
@@ -509,7 +509,7 @@ StrAllocStringAnsi - allocates or reuses dynamic string memory and copies in an
509
510 NOTE: caller is responsible for freeing ppwz even if function fails
511 NOTE: cchSource must equal the length of wzSource (not including the NULL terminator)
512 -NOTE: if cchSource == 0, length of wzSource is used instead
512 +NOTE: if cchSource == 0, length of szSource is used instead
513 ********************************************************************/
514 extern "C" HRESULT DAPI StrAllocStringAnsi(
515 __deref_out_ecount_z(cchSource+1) LPWSTR* ppwz,