]> granicus.if.org Git - php/commitdiff
word fix
authorWez Furlong <wez@php.net>
Fri, 30 Jan 2004 10:15:24 +0000 (10:15 +0000)
committerWez Furlong <wez@php.net>
Fri, 30 Jan 2004 10:15:24 +0000 (10:15 +0000)
CODING_STANDARDS

index c4cbaeee8eef05d1076b51ca11864c09c962d91b..ff26a8985a50f56143396bb6c9886c99af6c832f 100644 (file)
@@ -204,7 +204,7 @@ Syntax and indentation
     four spaces.  It is important to maintain consistency in indenture so
     that definitions, comments, and control structures line up correctly.
 
-[5] Precompiler statements (#if and such) MUST start at column one. To
+[5] Preprocessor statements (#if and such) MUST start at column one. To
     indent preprocessor directives you should put the # at the beginning
     of a line, followed by any number of whitespace.