From 0761f2cf91e3194a9f25814d4e3695f8963951b2 Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Sun, 12 Dec 2021 17:35:34 -0500 Subject: Fix typos. --- src/ext/Sql/ca/scasql.cpp | 2 +- src/libs/dutil/WixToolset.DUtil/strutil.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ext/Sql/ca/scasql.cpp b/src/ext/Sql/ca/scasql.cpp index b0216950..5c9e34c3 100644 --- a/src/ext/Sql/ca/scasql.cpp +++ b/src/ext/Sql/ca/scasql.cpp @@ -45,7 +45,7 @@ extern "C" UINT __stdcall UninstallSqlData( UINT er = ERROR_SUCCESS; // initialize - hr = WcaInitialize(hInstall, "UninstallCertificates"); + hr = WcaInitialize(hInstall, "UninstallSqlData"); ExitOnFailure(hr, "Failed to initialize"); hr = ConfigureSqlData(SCA_ACTION_UNINSTALL); diff --git a/src/libs/dutil/WixToolset.DUtil/strutil.cpp b/src/libs/dutil/WixToolset.DUtil/strutil.cpp index 3cb7ef6a..e4fcc9c8 100644 --- a/src/libs/dutil/WixToolset.DUtil/strutil.cpp +++ b/src/libs/dutil/WixToolset.DUtil/strutil.cpp @@ -509,7 +509,7 @@ StrAllocStringAnsi - allocates or reuses dynamic string memory and copies in an NOTE: caller is responsible for freeing ppwz even if function fails NOTE: cchSource must equal the length of wzSource (not including the NULL terminator) -NOTE: if cchSource == 0, length of wzSource is used instead +NOTE: if cchSource == 0, length of szSource is used instead ********************************************************************/ extern "C" HRESULT DAPI StrAllocStringAnsi( __deref_out_ecount_z(cchSource+1) LPWSTR* ppwz, -- cgit v1.2.3-55-g6feb