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

github.com/mono/bockbuild.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRolf Bjarne Kvinge <rolf@xamarin.com>2015-08-04 18:26:44 +0300
committerRolf Bjarne Kvinge <rolf@xamarin.com>2015-08-04 18:26:44 +0300
commitb98c26574ed2980527caed8980b0dd55e9b1362c (patch)
tree2c1221830ecab933b7153a1e2473dd905adfd99d
parent1947b05119157cea75000fbcafe7057b4952df6d (diff)
Fix typo in README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index de54b9b..2d2ecab 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ To build the distribution with the very latest Mono:
$ MONO_VERSION=4.9.9 ./mono-mac-release.py --build --arch darwin-32
`MONO_VERSION` can be any number formatted as X.X.X.
-`--arch` can also be `darwin-64` or `darwin-unversal` (32/64 lipoed build).
+`--arch` can also be `darwin-64` or `darwin-universal` (32/64 lipoed build).
To build the distribution with a Mono from a branch: