Commit:    b5a0f128718d93a236b450bb9b409477f0a97888
Author:    ArunSK <arunsk....@gmail.com>         Mon, 7 Oct 2013 00:26:49 +0200
Committer: Lior Kaplan <kaplanl...@gmail.com>      Mon, 7 Oct 2013 00:26:49 
+0200
Parents:   63f242178d33fa22346d2e976b06a76455dbd6ab
Branches:  PHP-5.4

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=b5a0f128718d93a236b450bb9b409477f0a97888

Log:
fixing a minor typo in CODING_STANDARDS document

Changed paths:
  M  CODING_STANDARDS


Diff:
diff --git a/CODING_STANDARDS b/CODING_STANDARDS
index 7413be4..5ceacdc 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)::


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to