From 3ad744c857ba13a8756ae9ca9502566c39f219f8 Mon Sep 17 00:00:00 2001 From: Pascal Berger Date: Sun, 10 Sep 2017 12:35:09 +0200 Subject: [PATCH] Fix typo --- src/Cake.Issues.MsBuild/MsBuildIssuesSettings.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Cake.Issues.MsBuild/MsBuildIssuesSettings.cs b/src/Cake.Issues.MsBuild/MsBuildIssuesSettings.cs index 892eb91..9b1a32c 100644 --- a/src/Cake.Issues.MsBuild/MsBuildIssuesSettings.cs +++ b/src/Cake.Issues.MsBuild/MsBuildIssuesSettings.cs @@ -11,7 +11,7 @@ public class MsBuildIssuesSettings /// /// Initializes a new instance of the class. /// - /// Path to the the MsBuild log file. + /// Path to the MsBuild log file. /// The log file needs to be in the format as defined by the parameter. /// Format of the provided MsBuild log file. protected MsBuildIssuesSettings(FilePath logFilePath, ILogFileFormat format) @@ -33,7 +33,7 @@ protected MsBuildIssuesSettings(FilePath logFilePath, ILogFileFormat format) /// /// Initializes a new instance of the class. /// - /// Content of the the MsBuild log file. + /// Content of the MsBuild log file. /// The log file needs to be in the format as defined by the parameter. /// Format of the provided MsBuild log file. protected MsBuildIssuesSettings(string logFileContent, ILogFileFormat format)