Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-jane-doe <43934856+github-jane-doe@users.noreply.github.com>2019-10-13 09:44:05 +0300
committerMarek Safar <marek.safar@gmail.com>2019-10-13 09:44:05 +0300
commit7e2d641f595ac16243387625f8bf6f178829d446 (patch)
tree55ec1a46ed7c73a52704daba4c73c0ee37ec57d4 /test/Mono.Linker.Tests
parent02d6f1d082655a384347d4f6e8a7be0f1f52c34f (diff)
Typos (#786)
* forwardning -> forwarding * furture -> future * intefaces -> interfaces * occurance -> occurrence * pacakge -> package
Diffstat (limited to 'test/Mono.Linker.Tests')
-rw-r--r--test/Mono.Linker.Tests/TestCasesRunner/TestCaseCompiler.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Mono.Linker.Tests/TestCasesRunner/TestCaseCompiler.cs b/test/Mono.Linker.Tests/TestCasesRunner/TestCaseCompiler.cs
index 14ac2e85d..57e092286 100644
--- a/test/Mono.Linker.Tests/TestCasesRunner/TestCaseCompiler.cs
+++ b/test/Mono.Linker.Tests/TestCasesRunner/TestCaseCompiler.cs
@@ -375,7 +375,7 @@ namespace Mono.Linker.Tests.TestCasesRunner {
if (!installPath.Exists ())
Assert.Fail ($"No install found at {installPath}");
- // Do a search for the roslyn directory for a little bit of furture proofing since it normally lives under
+ // Do a search for the roslyn directory for a little bit of future proofing since it normally lives under
// a versioned msbuild directory
foreach (var roslynDirectory in installPath.Directories ("Roslyn", true)) {
var possibleCscPath = roslynDirectory.Combine ("csc.exe");