summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorTed Pavlic <ted@tedpavlic.com>2009-01-06 16:56:50 -0500
committerTed Pavlic <ted@tedpavlic.com>2009-01-06 16:56:50 -0500
commit318dd6a5a61d0f719810022e81c42f85d03645d5 (patch)
tree7770fa99ff788be593a4c534d85f2c59d35e07c6 /HACKING
parent5004614ab0dbb204800755fd083f84ed8feab576 (diff)
downloadpentadactyl-318dd6a5a61d0f719810022e81c42f85d03645d5.tar.gz
Change contition to condition in HACKING
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index 83f8ef35..088b7b5b 100644
--- a/HACKING
+++ b/HACKING
@@ -32,7 +32,7 @@ We try to be quite consistent, but of course, that's not always possible.
* Exactly one space after if/for/while/catch etc. and after a comma, but none
after a parenthesis or after a function call:
- for (pre; contition; post)
+ for (pre; condition; post)
but:
alert("foo");