diff options
author | Ted Pavlic <ted@tedpavlic.com> | 2009-01-06 16:56:50 -0500 |
---|---|---|
committer | Ted Pavlic <ted@tedpavlic.com> | 2009-01-06 16:56:50 -0500 |
commit | 318dd6a5a61d0f719810022e81c42f85d03645d5 (patch) | |
tree | 7770fa99ff788be593a4c534d85f2c59d35e07c6 /HACKING | |
parent | 5004614ab0dbb204800755fd083f84ed8feab576 (diff) | |
download | pentadactyl-318dd6a5a61d0f719810022e81c42f85d03645d5.tar.gz |
Change contition to condition in HACKING
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); |