fixed bug 14761 (typo)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@66498 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Georg Richter 2001-12-30 08:50:53 +00:00
parent 0c36f55dd0
commit 0959bbc29c

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.145 $ -->
<!-- $Revision: 1.146 $ -->
<reference id="ref.strings">
<title>String functions</title>
<titleabbrev>Strings</titleabbrev>
@ -1513,7 +1513,7 @@ echo "</PRE>\n";
<literal>..</literal> you can specify a range of characters.
</para>
<example>
<title>Usuage example of <function>ltrim</function></title>
<title>Usage example of <function>ltrim</function></title>
<para>
<programlisting role="php">
<![CDATA[
@ -1995,7 +1995,7 @@ END;
<literal>..</literal> you can specify a range of characters.
</para>
<example>
<title>Usuage example of <function>rtrim</function></title>
<title>Usage example of <function>rtrim</function></title>
<para>
<programlisting role="php">
<![CDATA[
@ -3998,7 +3998,7 @@ echo substr_replace($var, '', 10, -1) . "<br>\n";
<literal>..</literal> you can specify a range of characters.
</para>
<example>
<title>Usuage example of <function>trim</function></title>
<title>Usage example of <function>trim</function></title>
<para>
<programlisting role="php">
<![CDATA[