From: Jon Parise Date: Sun, 7 Jan 2001 05:24:21 +0000 (+0000) Subject: Fix typo. This one was my fault, anyway. X-Git-Tag: php-4.0.5RC1~706 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e14aeb866894d768db7a3303362b2f98a344fa73;p=php Fix typo. This one was my fault, anyway. --- diff --git a/pear/CODING_STANDARDS b/pear/CODING_STANDARDS index d419c402d6..d47bcbb5b8 100644 --- a/pear/CODING_STANDARDS +++ b/pear/CODING_STANDARDS @@ -170,7 +170,7 @@ to include PHP code on differing operating systems and setups. All source code files in the core PEAR distribution should contain the following comment block as the header: -/* vim: set expandtab tabstop=4 swiftwidth=4: */ +/* vim: set expandtab tabstop=4 shiftwidth=4: */ // +----------------------------------------------------------------------+ // | PHP version 4.0 | // +----------------------------------------------------------------------+