aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/Compiler.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core/Compiler.cs')
-rw-r--r--src/WixToolset.Core/Compiler.cs2
1 files changed, 1 insertions, 1 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":