From 318dd6a5a61d0f719810022e81c42f85d03645d5 Mon Sep 17 00:00:00 2001 From: Ted Pavlic Date: Tue, 6 Jan 2009 16:56:50 -0500 Subject: [PATCH] Change contition to condition in HACKING --- HACKING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");