From 0e0cf12e717fa037993e6aa972da78af1d6cc446 Mon Sep 17 00:00:00 2001 From: ArunSK Date: Sun, 6 Oct 2013 14:56:25 -0400 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 16ec36b681307..a05d761cf14bb 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)::