aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/WixToolset.Core/Compiler.cs2
-rw-r--r--src/WixToolset.Core/Compiler_UI.cs2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/WixToolset.Core/Compiler.cs b/src/WixToolset.Core/Compiler.cs
index 28290569..e2a5721e 100644
--- a/src/WixToolset.Core/Compiler.cs
+++ b/src/WixToolset.Core/Compiler.cs
@@ -6345,7 +6345,7 @@ namespace WixToolset.Core
6345 { 6345 {
6346 switch (attrib.Name.LocalName) 6346 switch (attrib.Name.LocalName)
6347 { 6347 {
6348 case "Cndition": 6348 case "Condition":
6349 condition = this.Core.GetAttributeValue(sourceLineNumbers, attrib); 6349 condition = this.Core.GetAttributeValue(sourceLineNumbers, attrib);
6350 break; 6350 break;
6351 case "Message": 6351 case "Message":
diff --git a/src/WixToolset.Core/Compiler_UI.cs b/src/WixToolset.Core/Compiler_UI.cs
index 5066ff1a..9038f727 100644
--- a/src/WixToolset.Core/Compiler_UI.cs
+++ b/src/WixToolset.Core/Compiler_UI.cs
@@ -1425,7 +1425,7 @@ namespace WixToolset.Core
1425 1425
1426 if (!String.IsNullOrEmpty(text) && null != sourceFile) 1426 if (!String.IsNullOrEmpty(text) && null != sourceFile)
1427 { 1427 {
1428 this.Core.Write(ErrorMessages.IllegalAttributeWithOtherAttribute(childSourceLineNumbers, child.Name.LocalName, "SourceFile", "Text")); 1428 this.Core.Write(ErrorMessages.IllegalAttributeWithOtherAttribute(childSourceLineNumbers, child.Name.LocalName, "SourceFile", "Value"));
1429 } 1429 }
1430 break; 1430 break;
1431 default: 1431 default: