From 1a170f2a5afce8e4beb0100229e3c420629b7c88 Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Sun, 31 Jan 2021 21:35:23 -0500 Subject: Address code-review comments. --- src/WixToolset.Converters/WixConverter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/WixToolset.Converters/WixConverter.cs b/src/WixToolset.Converters/WixConverter.cs index be3e6b70..73daa9a2 100644 --- a/src/WixToolset.Converters/WixConverter.cs +++ b/src/WixToolset.Converters/WixConverter.cs @@ -648,7 +648,7 @@ namespace WixToolset.Converters private void ConvertCatalogElement(XElement element) { - if (this.OnError(ConverterTestType.BundleSignatureValidationObsolete, element, "The Catalog element is obsolete. Signature validation is no longer supported. The elkement will be removed.")) + if (this.OnError(ConverterTestType.BundleSignatureValidationObsolete, element, "The Catalog element is obsolete. Signature validation is no longer supported. The element will be removed.")) { element.Remove(); } -- cgit v1.2.3-55-g6feb