From f811403b208e0a4609bb21d5cf93f49f728047dc Mon Sep 17 00:00:00 2001 From: Steve Dee Date: Tue, 7 Feb 2012 23:20:46 -0800 Subject: [PATCH] fix typo --- lint/coding_guidelines.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lint/coding_guidelines.pl b/lint/coding_guidelines.pl index 78c4b0c..ca07fd7 100755 --- a/lint/coding_guidelines.pl +++ b/lint/coding_guidelines.pl @@ -12,8 +12,8 @@ # # ++ and -- are allowed. # -# Varibles are in camelCase. I prefer underscore_separated, but JavaScript uses -# camelCase everywhere. +# Variables are in camelCase. I prefer underscore_separated, but JavaScript +# uses camelCase everywhere. # # Private members and methods are prefixed by underscores. #