From 5b5ab43c78ecf2d9b8c678569afceff8b5e79c5f Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Tue, 21 Aug 2012 07:10:13 +0000 Subject: [PATCH] Fixed typo. Patch by Google user Josh Clark via OE. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327202 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop5/autoload.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language/oop5/autoload.xml b/language/oop5/autoload.xml index 824c3fc2c0..9ecac63163 100644 --- a/language/oop5/autoload.xml +++ b/language/oop5/autoload.xml @@ -4,7 +4,7 @@ Autoloading Classes Many developers writing object-oriented applications create - one PHP source file per-class definition. One of the biggest + one PHP source file per class definition. One of the biggest annoyances is having to write a long list of needed includes at the beginning of each script (one for each class).