mj Wed Sep 12 09:26:58 2001 EDT
Modified files:
/phpdoc/en/pear benchmark_timer.xml
Log:
typo
Index: phpdoc/en/pear/benchmark_timer.xml
diff -u phpdoc/en/pear/benchmark_timer.xml:1.3 phpdoc/en/pear/benchmark_timer.xml:1.4
--- phpdoc/en/pear/benchmark_timer.xml:1.3 Sun Aug 19 07:09:17 2001
+++ phpdoc/en/pear/benchmark_timer.xml Wed Sep 12 09:26:58 2001
@@ -1,5 +1,5 @@
<?xml encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<refentry id="class.benchmark-timer">
<refnamediv>
<refname>Benchmark_Timer</refname>
@@ -17,7 +17,7 @@
<refsect1>
<example id="example.pear.benchmark.timer">
<programlisting role="php">
-require_one 'Benchmark/Timer.php';
+require_once 'Benchmark/Timer.php';
$timer = new Benchmark_Timer;
$timer->setMarker('start of for() loop');