aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2021-12-12 17:35:34 -0500
committerBob Arnson <github@bobs.org>2021-12-17 09:03:18 -0500
commit0761f2cf91e3194a9f25814d4e3695f8963951b2 (patch)
treed14fbae5ae579308d9ccffb684cc267c93af99b6
parentee8b4f230241a00d8e3ed145e85fb5d8d3c75914 (diff)
downloadwix-0761f2cf91e3194a9f25814d4e3695f8963951b2.tar.gz
wix-0761f2cf91e3194a9f25814d4e3695f8963951b2.tar.bz2
wix-0761f2cf91e3194a9f25814d4e3695f8963951b2.zip
Fix typos.
-rw-r--r--src/ext/Sql/ca/scasql.cpp2
-rw-r--r--src/libs/dutil/WixToolset.DUtil/strutil.cpp2
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(
45 UINT er = ERROR_SUCCESS; 45 UINT er = ERROR_SUCCESS;
46 46
47 // initialize 47 // initialize
48 hr = WcaInitialize(hInstall, "UninstallCertificates"); 48 hr = WcaInitialize(hInstall, "UninstallSqlData");
49 ExitOnFailure(hr, "Failed to initialize"); 49 ExitOnFailure(hr, "Failed to initialize");
50 50
51 hr = ConfigureSqlData(SCA_ACTION_UNINSTALL); 51 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
509 509
510NOTE: caller is responsible for freeing ppwz even if function fails 510NOTE: caller is responsible for freeing ppwz even if function fails
511NOTE: cchSource must equal the length of wzSource (not including the NULL terminator) 511NOTE: cchSource must equal the length of wzSource (not including the NULL terminator)
512NOTE: if cchSource == 0, length of wzSource is used instead 512NOTE: if cchSource == 0, length of szSource is used instead
513********************************************************************/ 513********************************************************************/
514extern "C" HRESULT DAPI StrAllocStringAnsi( 514extern "C" HRESULT DAPI StrAllocStringAnsi(
515 __deref_out_ecount_z(cchSource+1) LPWSTR* ppwz, 515 __deref_out_ecount_z(cchSource+1) LPWSTR* ppwz,