@joebigelow / wix / commits / 1a170f2a

Address code-review comments.

Bob Arnson committed Jan 31, 2021 at 21:35 UTC 1a170f2a5afce8e4beb0100229e3c420629b7c88
1 file changed +1 -1
src/WixToolset.Converters/WixConverter.cs
+1 -1
@@ -648,7 +648,7 @@ namespace WixToolset.Converters
648
649 private void ConvertCatalogElement(XElement element)
650 {
651 - if (this.OnError(ConverterTestType.BundleSignatureValidationObsolete, element, "The Catalog element is obsolete. Signature validation is no longer supported. The elkement will be removed."))
651 + if (this.OnError(ConverterTestType.BundleSignatureValidationObsolete, element, "The Catalog element is obsolete. Signature validation is no longer supported. The element will be removed."))
652 {
653 element.Remove();
654 }