Fixed typo in README.md
authorPAVAN BANSAL <BANSAL.PAVAN92@GMAIL.COM>
Fri, 19 Feb 2016 19:52:33 +0000 (01:22 +0530)
committerPAVAN BANSAL <BANSAL.PAVAN92@GMAIL.COM>
Fri, 19 Feb 2016 19:52:33 +0000 (01:22 +0530)
slightly was misspelled as slighty.

README.md

index 8305cb08b3f21e081b2f22c5be539246d941753c..7a7f3639f28ccefebc994e5d5f03cb0ae41f2ce1 100644 (file)
--- 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.