From b5a0f128718d93a236b450bb9b409477f0a97888 Mon Sep 17 00:00:00 2001 From: ArunSK Date: Mon, 7 Oct 2013 00:26:49 +0200 Subject: [PATCH] fixing a minor typo in CODING_STANDARDS document --- CODING_STANDARDS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODING_STANDARDS b/CODING_STANDARDS index 7413be453ca..5ceacdc4dce 100644 --- a/CODING_STANDARDS +++ b/CODING_STANDARDS @@ -151,7 +151,7 @@ Naming Conventions 7. Classes should be given descriptive names. Avoid using abbreviations where possible. Each word in the class name should start with a capital letter, - without underscore delimiters (CampelCaps starting with a capital letter). + without underscore delimiters (CamelCaps starting with a capital letter). The class name should be prefixed with the name of the 'parent set' (e.g. the name of the extension)::