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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPAVAN BANSAL <BANSAL.PAVAN92@GMAIL.COM>2016-02-19 22:52:33 +0300
committerPAVAN BANSAL <BANSAL.PAVAN92@GMAIL.COM>2016-02-19 22:52:33 +0300
commite4f37a04f5a48609e3c961a9eacfd657b778a17d (patch)
treecf822df4fa6e3236451db373d637bb4a5e6b1ec0 /README.md
parentfaef6b6520adc59d9f6d5e7ef88fe56c9c02a77a (diff)
Fixed typo in README.md
slightly was misspelled as slighty.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8305cb08b3f..7a7f3639f28 100644
--- a/README.md
+++ b/README.md
@@ -181,7 +181,7 @@ while `mono-sgen` uses the Simple Generational GC.
* `--with-gc=[included, boehm, none]` - Selects the default Boehm
garbage collector engine to use.
- * *included*: (*slighty modified Boehm GC*) This is the default
+ * *included*: (*slightly modified Boehm GC*) This is the default
value for the Boehm GC, and it's the most feature complete, it will
allow Mono to use typed allocations and support the debugger.