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

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Ellis <matell@microsoft.com>2016-05-05 23:11:21 +0300
committerMatt Ellis <matell@microsoft.com>2016-05-05 23:11:21 +0300
commit21eb4e2e4dcc07aa4e180fa0cbd553a8c9c201e5 (patch)
tree9938583030f95d88a9e6cb409aeeabcd5007142d /Documentation
parentee33f3acafe539fe7cee40c2964ee94839b11d4b (diff)
Fix typo
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/building/cross-platform-testing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/building/cross-platform-testing.md b/Documentation/building/cross-platform-testing.md
index 0041fae933..42a9940e99 100644
--- a/Documentation/building/cross-platform-testing.md
+++ b/Documentation/building/cross-platform-testing.md
@@ -17,7 +17,7 @@ instructions assume you are building for Linux, but are easily modifiable for OS
From the root of your CoreCLR enlistment on Linux, run `./build.sh Release` in
order to build.
-2. A coresponding version of mscorlib.dll. Depending on your platform, this may
+2. A corresponding version of mscorlib.dll. Depending on your platform, this may
be produced when you run `build.sh`. Otherwise, this can be produced by
running `build.cmd linuxmscorlib Release` from a CoreCLR enlistment on
Windows. Remember that the runtime and mscorlib are tightly coupled with