From e14aeb866894d768db7a3303362b2f98a344fa73 Mon Sep 17 00:00:00 2001 From: Jon Parise Date: Sun, 7 Jan 2001 05:24:21 +0000 Subject: [PATCH] Fix typo. This one was my fault, anyway. --- pear/CODING_STANDARDS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 | // +----------------------------------------------------------------------+ -- 2.40.0