From e49d23cf29ef137796013883eb37e6f9f3b27eda Mon Sep 17 00:00:00 2001 From: Martin Jansen Date: Wed, 12 Sep 2001 13:26:58 +0000 Subject: [PATCH] typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@57475 c90b9560-bf6c-de11-be94-00142212c4b1 --- pear/benchmark_timer.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pear/benchmark_timer.xml b/pear/benchmark_timer.xml index 930f165a79..002c974cf7 100644 --- a/pear/benchmark_timer.xml +++ b/pear/benchmark_timer.xml @@ -1,5 +1,5 @@ - + Benchmark_Timer @@ -17,7 +17,7 @@ -require_one 'Benchmark/Timer.php'; +require_once 'Benchmark/Timer.php'; $timer = new Benchmark_Timer; $timer->setMarker('start of for() loop');