Skip to content

Commit

Permalink
Plural !
Browse files Browse the repository at this point in the history
  • Loading branch information
sarbian committed Jan 9, 2015
1 parent 5614b78 commit 28f8a11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions moduleManager.cs
Expand Up @@ -526,7 +526,7 @@ private List<String> PrePatchInit()
}
}
if (excludePaths.Any())
log("will not process patch in these subdirectories since they were disbaled on KSP Win64:\n" + String.Join("\n", excludePaths.ToArray()));
log("will not process patches in these subdirectories since they were disbaled on KSP Win64:\n" + String.Join("\n", excludePaths.ToArray()));
}

#endregion Excluding directories
Expand Down Expand Up @@ -2170,4 +2170,4 @@ private void RunTestCases()

#endregion Tests
}
}
}

0 comments on commit 28f8a11

Please sign in to comment.