]> granicus.if.org Git - php/commitdiff
fixing a minor typo in CODING_STANDARDS document
authorArunSK <arunsk.tec@gmail.com>
Sun, 6 Oct 2013 22:26:49 +0000 (00:26 +0200)
committerLior Kaplan <kaplanlior@gmail.com>
Sun, 6 Oct 2013 22:26:49 +0000 (00:26 +0200)
CODING_STANDARDS

index 7413be453ca6b85b4abee0fab4a08c8bc62f8768..5ceacdc4dce5547db23e9fcba9de9ce92b31378a 100644 (file)
@@ -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)::