From: Wez Furlong Date: Fri, 30 Jan 2004 10:15:24 +0000 (+0000) Subject: word fix X-Git-Tag: php-5.0.0b4RC1~221 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=356e8f9b7d9495874244143e0ec490b519c1c3cf;p=php word fix --- diff --git a/CODING_STANDARDS b/CODING_STANDARDS index c4cbaeee8e..ff26a8985a 100644 --- a/CODING_STANDARDS +++ b/CODING_STANDARDS @@ -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.