summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvan Martin <martine@danga.com>2015-12-06 19:16:42 (GMT)
committerEvan Martin <martine@danga.com>2015-12-06 19:16:42 (GMT)
commit21312d23c60e97d154c256e26af4fac9daf89c5c (patch)
tree9211bce1a5ccf5ba712a84e0870516fe7c663a92
parent0d2397701e00b2b3fb25c97f83968ab56476bef0 (diff)
parente9bbc179deac27e5e13a4d1f36acf5568f9291a1 (diff)
downloadNinja-21312d23c60e97d154c256e26af4fac9daf89c5c.zip
Ninja-21312d23c60e97d154c256e26af4fac9daf89c5c.tar.gz
Ninja-21312d23c60e97d154c256e26af4fac9daf89c5c.tar.bz2
Merge pull request #1063 from ptzz/master
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