Skip to content

Commit

Permalink
Fix "typo."
Browse files Browse the repository at this point in the history
  • Loading branch information
barnson committed Mar 20, 2024
1 parent 66d4fa7 commit a2b75eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/wix/WixToolset.Data/WarningMessages.cs
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ public static Message RetainRangeMismatch(SourceLineNumber sourceLineNumbers, st

public static Message ServiceConfigFamilyNotSupported(SourceLineNumber sourceLineNumbers, string elementName)
{
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);
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);
}

public static Message SkippingMergeModuleTable(SourceLineNumber sourceLineNumbers, string tableName)
Expand Down

0 comments on commit a2b75eb

Please sign in to comment.