Fixed spelling errors

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278109 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Philip Olson 2009-04-01 07:39:55 +00:00
parent b3cad41964
commit f57b4a3ccd
18 changed files with 41 additions and 41 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.82 $ -->
<!-- $Revision: 1.83 $ -->
<appendix xml:id="reserved" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>List of Reserved Words</title>
@ -367,7 +367,7 @@
linkend="functions.anonymous">anonymous functions</link>.
</simpara>
<simpara>
The class has a constructor forbiding the manual creation of the object
The class has a constructor forbidding the manual creation of the object
(issues <constant>E_RECOVERABLE_ERROR</constant>) and the
<literal>__invoke</literal> method with the <link
linkend="language.oop5.magic.invoke">calling magic</link>.

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<sect1 xml:id="internals2.structure.lifecycle" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Life cycle of an extension</title>
@ -170,7 +170,7 @@
<simpara>
Using these four functions, it is possible to produce status information for
nearly any conbimation of features in an extension. Here is the information
nearly any combination of features in an extension. Here is the information
callback from the counter extension:
</simpara>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<chapter xml:id="com.examples" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.examples;
@ -9,7 +9,7 @@
<para>
Starting with PHP 5, you may use PHP's own
&foreach; statement to iterate
over the contents of a standard COM/OLE IEnumVariant. In laymans terms,
over the contents of a standard COM/OLE IEnumVariant. In layman's terms,
this means that you can use foreach in places where you would have used
<literal>For Each</literal> in VB/ASP code.
</para>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry xml:id="datetime.createfromformat" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@ -36,7 +36,7 @@
<term><parameter>time</parameter></term>
<listitem>
<para>
String represeting the time.
String representing the time.
</para>
</listitem>
</varlistentry>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.11 $ -->
<!-- $Revision: 1.12 $ -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.imagick-waveimage">
<refnamediv>
<refname>Imagick::waveImage</refname>
@ -36,7 +36,7 @@
<term><parameter>length</parameter></term>
<listitem>
<para>
The lenght of the wave.
The length of the wave.
</para>
</listitem>
</varlistentry>

View file

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<refentry xml:id="function.json-last-error" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>json_last_error</refname>
<refpurpose>Returns the last error occured</refpurpose>
<refpurpose>Returns the last error occurred</refpurpose>
</refnamediv>
<refsect1 role="description">
@ -13,7 +13,7 @@
<void />
</methodsynopsis>
<para>
Returns the last error (if any) occured by last JSON parsing.
Returns the last error (if any) occurred by last JSON parsing.
</para>
</refsect1>
@ -40,7 +40,7 @@
<tbody>
<row>
<entry><constant>JSON_ERROR_NONE</constant></entry>
<entry>No error has occured</entry>
<entry>No error has occurred</entry>
</row>
<row>
<entry><constant>JSON_ERROR_DEPTH</constant></entry>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<reference xml:id="class.id3v2tag" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
<title>The KTagLib_ID3v2_Tag class</title>
<titleabbrev>KTaglib_ID3v2_Tag </titleabbrev>
@ -10,8 +10,8 @@
<section xml:id="id3v2tag.intro">
&reftitle.intro;
<para>
Represents and ID3v2 tag. It provides a list of ID3v2 frames and can be uesd
to add and remove additional frames.
Represents and ID3v2 tag. It provides a list of ID3v2 frames and can be used
to add and remove additional frames.
</para>
</section>
<!-- }}} -->

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.7 $ -->
<!-- $Revision: 1.8 $ -->
<appendix xml:id="memcached.constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.constants;
@ -447,7 +447,7 @@
<varlistentry xml:id="memcached.constants.res-payload-failure">
<term><constant>Memcached::RES_PAYLOAD_FAILURE</constant></term>
<listitem>
<para>Payload failre: could not compress/decompress or serialize/unserialize the value.</para>
<para>Payload failure: could not compress/decompress or serialize/unserialize the value.</para>
</listitem>
</varlistentry>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<refentry xml:id="function.mongo-gridfile-write" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@ -56,7 +56,7 @@
<example>
<title><function>mongo_gridfile_write</function> example</title>
<para>
This example shows a file being retreived from the database and
This example shows a file being retrieved from the database and
saved to the local filesystem.
</para>
<programlisting role="php">

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.14 $ -->
<!-- $Revision: 1.15 $ -->
<refentry xml:id="function.checkdnsrr" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>checkdnsrr</refname>
@ -93,7 +93,7 @@
&reftitle.notes;
<note>
<para>
For compatiblity with Windows before this was implemented, then try the
For compatibility with Windows before this was implemented, then try the
<link xlink:href="&url.php.pear;">PEAR</link> class
<link xlink:href="&url.pear.package;Net_DNS">Net_DNS</link>.
</para>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.16 $ -->
<!-- $Revision: 1.17 $ -->
<refentry xml:id="function.getmxrr" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>getmxrr</refname>
@ -100,7 +100,7 @@
</note>
<note>
<para>
For compatiblity with Windows before this was implemented, then try the
For compatibility with Windows before this was implemented, then try the
<link xlink:href="&url.php.pear;">PEAR</link> class
<link xlink:href="&url.pear.package;Net_DNS">Net_DNS</link>.
</para>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<phpdoc:classref xml:id="class.oauthexception" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
@ -82,7 +82,7 @@
<varlistentry xml:id="oauthexception.props.lastResponse">
<term><varname>lastResponse</varname></term>
<listitem>
<para>The response of the exception which occured, if any</para>
<para>The response of the exception which occurred, if any</para>
</listitem>
</varlistentry>
</variablelist>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.12 $ -->
<!-- $Revision: 1.13 $ -->
<refentry xml:id="function.sqlite-last-error" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>sqlite_last_error</refname>
@ -51,7 +51,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Returns an error code, or 0 if no error occured.
Returns an error code, or 0 if no error occurred.
</para>
</refsect1>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<phpdoc:classref xml:id="class.streamwrapper" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
@ -24,8 +24,8 @@
</note>
<note>
<para>
Implementing the methods in otherways then described here can lead to
undefed behaviour.
Implementing the methods in other ways then described here can lead to
undefined behaviour.
</para>
</note>
<para>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<refentry xml:id="streamwrapper.dir-opendir" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@ -31,7 +31,7 @@
</para>
<note>
<para>
The URL can be broken appart with <function>parse_url</function>.
The URL can be broken apart with <function>parse_url</function>.
</para>
</note>
</listitem>
@ -40,7 +40,7 @@
<term><parameter>options</parameter></term>
<listitem>
<para>
Wether or not to enforce safemode (0x04).
Whether or not to enforce <link linkend="ini.safe-mode">safe_mode</link> (0x04).
</para>
</listitem>
</varlistentry>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.7 $ -->
<!-- $Revision: 1.8 $ -->
<refentry xml:id="streamwrapper.stream-open" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@ -34,7 +34,7 @@
</para>
<note>
<para>
The URL can be broken appart with <function>parse_url</function>.
The URL can be broken apart with <function>parse_url</function>.
</para>
</note>
</listitem>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<refentry xml:id="streamwrapper.stream-tell" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@ -26,7 +26,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Should return the curren position of the stream.
Should return the current position of the stream.
</para>
</refsect1>

View file

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.5 $ -->
<!-- $Revision: 1.6 $ -->
<refentry xml:id="function.tidynode-isasp" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>tidyNode->isAsp</refname>
@ -12,7 +12,7 @@
<void/>
</methodsynopsis>
<para>
Tells wether the current node is ASP.
Tells whether the current node is ASP.
</para>
</refsect1>