From 75adc92b03327a01077690b0af64af9f53b062f0 Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Sun, 13 Jul 2025 22:42:50 -0400 Subject: Cleanup, typos, documentation, oh my! --- src/wix/WixToolset.Core.WindowsInstaller/MspBackend.cs | 2 +- src/xsd/wix.xsd | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/wix/WixToolset.Core.WindowsInstaller/MspBackend.cs b/src/wix/WixToolset.Core.WindowsInstaller/MspBackend.cs index 8320bb0a..66d4ec0e 100644 --- a/src/wix/WixToolset.Core.WindowsInstaller/MspBackend.cs +++ b/src/wix/WixToolset.Core.WindowsInstaller/MspBackend.cs @@ -58,7 +58,7 @@ namespace WixToolset.Core.WindowsInstaller subStorages = command.Execute(); } - // Create WindowsInstallerData with patch metdata and transforms as sub-storages + // Create WindowsInstallerData with patch metadata and transforms as sub-storages // and create MSP from that WindowsInstallerData. IBindResult result = null; try diff --git a/src/xsd/wix.xsd b/src/xsd/wix.xsd index 165f76e3..612a6a45 100644 --- a/src/xsd/wix.xsd +++ b/src/xsd/wix.xsd @@ -1378,7 +1378,10 @@ - The identifier to use when caching the package. + + The identifier to use when caching the package. WiX provides default cache ids---do not override the default unless you + have a specific need and understand the implications. + -- cgit v1.2.3-55-g6feb