philip Thu Sep 13 01:33:15 2001 EDT
Modified files:
/phpdoc README
Log:
Typo fix.
Index: phpdoc/README
diff -u phpdoc/README:1.21 phpdoc/README:1.22
--- phpdoc/README:1.21 Tue Sep 4 11:14:44 2001
+++ phpdoc/README Thu Sep 13 01:33:15 2001
@@ -55,7 +55,7 @@
it eliminates the need to change < to <, etc.
6. Indenting, bracketing and naming conventions in examples should
- adhere to the PEAR coding standars (it's in the manual).
+ adhere to the PEAR coding standards (it's in the manual).
Deprecated aliases and syntax should not be used in examples.
7. If an example uses arguments specific to a newer version of
@@ -258,7 +258,7 @@
}
// an example of bracket usage and spacing, always use
-// brackets, even when they are phisicaly not needed
+// brackets, even when they are physically not needed
if (some_code($foo) == "foo") {
echo "foo";
} elseif (some_code($foo) == "bar") {
@@ -322,4 +322,4 @@
END OF SKELETON
-Originally written by: Stig Bakken <[EMAIL PROTECTED]>
\ No newline at end of file
+Originally written by: Stig Bakken <[EMAIL PROTECTED]>