jsgoupil Tue Jul 12 18:35:17 2005 EDT
Modified files:
/phpdoc/en/reference/strings/functions substr-count.xml
Log:
typo
http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/substr-count.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/strings/functions/substr-count.xml
diff -u phpdoc/en/reference/strings/functions/substr-count.xml:1.7
phpdoc/en/reference/strings/functions/substr-count.xml:1.8
--- phpdoc/en/reference/strings/functions/substr-count.xml:1.7 Tue Jul 12
12:33:55 2005
+++ phpdoc/en/reference/strings/functions/substr-count.xml Tue Jul 12
18:35:15 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.27 -->
<refentry id="function.substr-count">
<refnamediv>
@@ -60,7 +60,7 @@
<term><parameter>length</parameter></term>
<listitem>
<para>
- The maximum legth after the specified offset to search for the
+ The maximum length after the specified offset to search for the
substring. It outputs a warning if the offset plus the length is
greater than the <parameter>haystack</parameter> length.
</para>