summaryrefslogtreecommitdiffstats
path: root/HACKING.md
diff options
context:
space:
mode:
authorChristopher Waldon <christopher.waldon.dev@gmail.com>2018-04-25 03:52:58 (GMT)
committerGitHub <noreply@github.com>2018-04-25 03:52:58 (GMT)
commiteb52bed89bb86c30111c6d6ee254f41b7c50f1c0 (patch)
tree1218cfe45e046ab5424bd777ed8371055e1c7a87 /HACKING.md
parentca041d88f4d610332aa48c801342edfafb622ccb (diff)
downloadNinja-eb52bed89bb86c30111c6d6ee254f41b7c50f1c0.zip
Ninja-eb52bed89bb86c30111c6d6ee254f41b7c50f1c0.tar.gz
Ninja-eb52bed89bb86c30111c6d6ee254f41b7c50f1c0.tar.bz2
Fix simple typo in HACKING.md
Diffstat (limited to 'HACKING.md')
-rw-r--r--HACKING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING.md b/HACKING.md
index 9198bdf..5e88958 100644
--- a/HACKING.md
+++ b/HACKING.md
@@ -95,7 +95,7 @@ and run that directly on some representative input files.
Generally it's the [Google C++ coding style][], but in brief:
* Function name are camelcase.
-* Member methods are camelcase, expect for trivial getters which are
+* Member methods are camelcase, except for trivial getters which are
underscore separated.
* Local variables are underscore separated.
* Member variables are underscore separated and suffixed by an extra