summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorptzz <ptzzptzzp@gmail.com>2015-12-06 01:23:49 (GMT)
committerptzz <ptzzptzzp@gmail.com>2015-12-06 01:23:49 (GMT)
commite9bbc179deac27e5e13a4d1f36acf5568f9291a1 (patch)
tree2a5e358dfc85298466833cb63549d969b9a135b3
parent9d7213e43dcc66f2dccee3e6a97aacd700947671 (diff)
downloadNinja-e9bbc179deac27e5e13a4d1f36acf5568f9291a1.zip
Ninja-e9bbc179deac27e5e13a4d1f36acf5568f9291a1.tar.gz
Ninja-e9bbc179deac27e5e13a4d1f36acf5568f9291a1.tar.bz2
Fix typo
-rw-r--r--HACKING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING.md b/HACKING.md
index d8cb2a2..c544615 100644
--- a/HACKING.md
+++ b/HACKING.md
@@ -20,7 +20,7 @@ You should end up with a `ninja` binary (or `ninja.exe`) in the source root.
On Windows, you'll need to install Python to run `configure.py`, and
run everything under a Visual Studio Tools Command Prompt (or after
running `vcvarsall` in a normal command prompt). See below if you
-want to use mingw or some other compiler instead using Visual Studio.
+want to use mingw or some other compiler instead of Visual Studio.
### Adjusting build flags