Steve Dee %!s(int64=14) %!d(string=hai) anos
pai
achega
f811403b20
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      lint/coding_guidelines.pl

+ 2 - 2
lint/coding_guidelines.pl

@@ -12,8 +12,8 @@
 #
 #
 #   ++ and -- are allowed.
 #   ++ 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.
 #   Private members and methods are prefixed by underscores.
 #
 #