aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2021-04-19 23:14:44 -0500
committerSean Hall <r.sean.hall@gmail.com>2021-04-19 23:14:44 -0500
commitedae7b1bca72bb805f4e2c52ac3f89f8e068522b (patch)
treedea88b252c8fc905a6b3134c8ed9e141e765ea69
parent9728166b827e8010494fbcb18ab734bb6d523c9b (diff)
downloadwix-edae7b1bca72bb805f4e2c52ac3f89f8e068522b.tar.gz
wix-edae7b1bca72bb805f4e2c52ac3f89f8e068522b.tar.bz2
wix-edae7b1bca72bb805f4e2c52ac3f89f8e068522b.zip
Fix typo.
-rw-r--r--src/WixToolset.Data/Intermediate.cs2
1 files changed, 1 insertions, 1 deletions
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
206 /// </summary> 206 /// </summary>
207 /// <param name="section">Section to remove.</param> 207 /// <param name="section">Section to remove.</param>
208 /// <returns>True if the section was removed; otherwise false.</returns> 208 /// <returns>True if the section was removed; otherwise false.</returns>
209 public bool Removesection(IntermediateSection section) 209 public bool RemoveSection(IntermediateSection section)
210 { 210 {
211 return this.sections.Remove(section); 211 return this.sections.Remove(section);
212 } 212 }