From 229ee71dfc933e2cd0b454feb5b4b2eb78bb2872 Mon Sep 17 00:00:00 2001 From: Brandon Fairchild Date: Fri, 30 Sep 2016 09:23:42 -0400 Subject: [PATCH] README.md: Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index abe45614111..b2791772cd4 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ required for the SpiderMonkey build on Windows. Install MSYS2 from [here](https://msys2.github.io/). After you have done so, open an MSYS shell window and update the core libraries and install new packages. The extra step at the end is to -downgrate GCC to 5.4, as the GCC6 versions in mingw currently fail to compile some of our +downgrade GCC to 5.4, as the GCC6 versions in mingw currently fail to compile some of our dependencies. We are upgrading to a gcc-free build on Windows as soon as possible: ```sh