Skip to content
This repository has been archived by the owner on Dec 25, 2023. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger committed Sep 10, 2017
1 parent fef8642 commit 3ad744c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Cake.Issues.MsBuild/MsBuildIssuesSettings.cs
Expand Up @@ -11,7 +11,7 @@ public class MsBuildIssuesSettings
/// <summary>
/// Initializes a new instance of the <see cref="MsBuildIssuesSettings"/> class.
/// </summary>
/// <param name="logFilePath">Path to the the MsBuild log file.
/// <param name="logFilePath">Path to the MsBuild log file.
/// The log file needs to be in the format as defined by the <paramref name="format"/> parameter.</param>
/// <param name="format">Format of the provided MsBuild log file.</param>
protected MsBuildIssuesSettings(FilePath logFilePath, ILogFileFormat format)
Expand All @@ -33,7 +33,7 @@ protected MsBuildIssuesSettings(FilePath logFilePath, ILogFileFormat format)
/// <summary>
/// Initializes a new instance of the <see cref="MsBuildIssuesSettings"/> class.
/// </summary>
/// <param name="logFileContent">Content of the the MsBuild log file.
/// <param name="logFileContent">Content of the MsBuild log file.
/// The log file needs to be in the format as defined by the <paramref name="format"/> parameter.</param>
/// <param name="format">Format of the provided MsBuild log file.</param>
protected MsBuildIssuesSettings(string logFileContent, ILogFileFormat format)
Expand Down

0 comments on commit 3ad744c

Please sign in to comment.