@joebigelow / wix / commits / a2b75ebe

Fix "typo."

Bob Arnson committed Mar 20, 2024 at 13:43 UTC a2b75ebed82be8c488f2840c359a512e865d682c
1 file changed +1 -1
src/api/wix/WixToolset.Data/WarningMessages.cs
+1 -1
@@ -539,7 +539,7 @@ namespace WixToolset.Data
539
540 public static Message ServiceConfigFamilyNotSupported(SourceLineNumber sourceLineNumbers, string elementName)
541 {
542 - return Message(sourceLineNumbers, Ids.ServiceConfigFamilyNotSupported, "{0} functionality is documented in the Windows Installer SDK to \"not [work] as expected.\" Consider replacing {0} with the WixUtilExtension ServiceConfig element.", elementName);
542 + return Message(sourceLineNumbers, Ids.ServiceConfigFamilyNotSupported, "{0} functionality is documented in the Windows Installer SDK to \"not [work] as expected.\" Consider replacing {0} with the WixToolset.Util.wixext ServiceConfig element.", elementName);
543 }
544
545 public static Message SkippingMergeModuleTable(SourceLineNumber sourceLineNumbers, string tableName)