Typofixes. Hooray.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@272069 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Daniel P. Brown 2008-12-28 00:52:31 +00:00
parent e1d4e8c872
commit 68c238c19d
2 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.20 $ -->
<!-- $Revision: 1.21 $ -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.stristr">
<refnamediv>
<refname>stristr</refname>
@ -47,7 +47,7 @@
<para>
If &true; (the default is &false;), <function>stristr</function>
returns the part of the <parameter>haystack</parameter> before the
first occurence of the <parameter>needle</parameter>.
first occurrence of the <parameter>needle</parameter>.
</para>
</listitem>
</varlistentry>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.17 $ -->
<!-- $Revision: 1.18 $ -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.strstr">
<refnamediv>
<refname>strstr</refname>
@ -61,7 +61,7 @@
<para>
If &true; (the default is &false;), <function>strstr</function> returns
the part of the <parameter>haystack</parameter> before the first
occurence of the <parameter>needle</parameter>.
occurrence of the <parameter>needle</parameter>.
</para>
</listitem>
</varlistentry>