From edae7b1bca72bb805f4e2c52ac3f89f8e068522b Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Mon, 19 Apr 2021 23:14:44 -0500 Subject: Fix typo. --- src/WixToolset.Data/Intermediate.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WixToolset.Data/Intermediate.cs b/src/WixToolset.Data/Intermediate.cs index 37fe7549..64f9810d 100644 --- a/src/WixToolset.Data/Intermediate.cs +++ b/src/WixToolset.Data/Intermediate.cs @@ -206,7 +206,7 @@ namespace WixToolset.Data /// /// Section to remove. /// True if the section was removed; otherwise false. - public bool Removesection(IntermediateSection section) + public bool RemoveSection(IntermediateSection section) { return this.sections.Remove(section); } -- cgit v1.2.3-55-g6feb