diff options
author | Bob Arnson <bob@firegiant.com> | 2021-12-12 17:35:34 -0500 |
---|---|---|
committer | Bob Arnson <github@bobs.org> | 2021-12-17 09:03:18 -0500 |
commit | 0761f2cf91e3194a9f25814d4e3695f8963951b2 (patch) | |
tree | d14fbae5ae579308d9ccffb684cc267c93af99b6 | |
parent | ee8b4f230241a00d8e3ed145e85fb5d8d3c75914 (diff) | |
download | wix-0761f2cf91e3194a9f25814d4e3695f8963951b2.tar.gz wix-0761f2cf91e3194a9f25814d4e3695f8963951b2.tar.bz2 wix-0761f2cf91e3194a9f25814d4e3695f8963951b2.zip |
Fix typos.
-rw-r--r-- | src/ext/Sql/ca/scasql.cpp | 2 | ||||
-rw-r--r-- | 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( | |||
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 | ||
510 | NOTE: caller is responsible for freeing ppwz even if function fails | 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) | 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 | ********************************************************************/ | 513 | ********************************************************************/ |
514 | extern "C" HRESULT DAPI StrAllocStringAnsi( | 514 | extern "C" HRESULT DAPI StrAllocStringAnsi( |
515 | __deref_out_ecount_z(cchSource+1) LPWSTR* ppwz, | 515 | __deref_out_ecount_z(cchSource+1) LPWSTR* ppwz, |