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.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WixToolset.Core/Compiler.cs b/src/WixToolset.Core/Compiler.cs
index d9c60ef6..a575bb95 100644
--- a/src/WixToolset.Core/Compiler.cs
+++ b/src/WixToolset.Core/Compiler.cs
@@ -227,8 +227,8 @@ namespace WixToolset.Core
227 case "PatchCreation": 227 case "PatchCreation":
228 this.ParsePatchCreationElement(child); 228 this.ParsePatchCreationElement(child);
229 break; 229 break;
230 case "Product": 230 case "Package":
231 this.ParseProductElement(child); 231 this.ParsePackageElement(child);
232 break; 232 break;
233 case "Patch": 233 case "Patch":
234 this.ParsePatchElement(child); 234 this.ParsePatchElement(child);