typofix (dittographies)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308547 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Peter Cowburn 2011-02-21 21:42:02 +00:00
parent a563d18df5
commit 9425da2dfa
16 changed files with 17 additions and 18 deletions

View file

@ -35,7 +35,7 @@
the next glyph would be placed in this same progression.
That is, the current point will be at the origin of the final
glyph offset by its advance values. This allows for chaining multiple
calls to to <methodname>CairoContext::showText</methodname>
calls to <methodname>CairoContext::showText</methodname>
without having to set current point in between.
</para>
<para>

View file

@ -605,7 +605,7 @@
<note>
<para>
The "W" in the "ISO year with ISO week" and "ISO year with ISO week
day day" formats is case-sensitive, you can only use the upper case
and day" formats is case-sensitive, you can only use the upper case
"W".
</para>
<para>
@ -781,7 +781,7 @@
exception to this rule. "tomorrow 11:00" and "11:00 tomorrow"
are different. Considering today's date of "July 23rd, 2008" the
first one produces "2008-07-24 11:00" where as the second one
produces "2008-07-24 00:00". The reason for this is is that those
produces "2008-07-24 00:00". The reason for this is that those
six statements directly influence the current time.
</para>
</note>

View file

@ -74,7 +74,7 @@
<entry>
DB4 is for <link xlink:href="&url.sleepycat;">Oracle Berkeley DB
4 or 5</link>. This option is available from PHP 4.3.2. It can
can be used with BDB 5 from PHP 5.3.3.
be used with BDB 5 from PHP 5.3.3.
</entry>
</row>

View file

@ -71,7 +71,7 @@
<entry>5.3.0</entry>
<entry>
Prior to this release <function>realpath</function> would not fail on
*BSD systems if only the last last <parameter>path</parameter>
*BSD systems if only the last <parameter>path</parameter>
component did not exist.
</entry>
</row>

View file

@ -74,7 +74,7 @@
<para>
<function>imap_mail_move</function> will flag the original
mail with a delete flag, to successfully delete it a call to
to the <function>imap_expunge</function> must be made.
the <function>imap_expunge</function> function must be made.
</para>
</note>
</refsect1>

View file

@ -15,7 +15,7 @@
<para>
This extension is bundled with PHP as of PHP version 5.3.0.
Alternatively, the PECL version of this extension may be used with
with all PHP versions greater than 5.2.0 (5.2.4+ recommended).
all PHP versions greater than 5.2.0 (5.2.4+ recommended).
</para>
</section>
<!-- }}} -->

View file

@ -356,7 +356,7 @@ $m = new MongoDB("mongodb:///tmp/mongodb-27017.sock,localhost:27017");
reuse connections, as creating a connection is a time-intensive process.
</para>
<para>
A persistent connection is identified by the server string and and id
A persistent connection is identified by the server string and an id
string.
</para>
<programlisting role="php">

View file

@ -20,7 +20,7 @@
another collection. The easiest way is to create a field in the current
document. For example, if we had a "people" collection and an "addresses"
collection, we might want to create a link between each person document and
and address document:
an address document:
<programlisting role="php">
<![CDATA[
<?php

View file

@ -450,7 +450,7 @@ $res->close();</programlisting>
<literal>LOAD DATA</literal>, <literal>SHOW</literal>. The
statistic will not be incremented if there is an error reading the
result set header packet from the line.</entry>
<entry>You may use it an an indirect measure for the number of queries PHP has
<entry>You may use it as an indirect measure for the number of queries PHP has
sent to MySQL, for example, to identify a client that causes a
high database load.</entry>
</row>

View file

@ -226,7 +226,7 @@
<literal>SELECT SLEEP(1)</literal>. To cache those
statements you have to change default value of the PHP configuration directive
<literal>mysqlnd_qc.cache_no_table</literal> and set
<literal>mysqlnd_qc.cache_no_table = 1</literal>. Often is is not
<literal>mysqlnd_qc.cache_no_table = 1</literal>. Often, it is not
desired to cache such statements.
</entry>
<entry>Since 1.0.0.</entry>

View file

@ -74,7 +74,7 @@
</entry>
<entry>
Query run time in milliseconds. The collection of
of all times and the necessary
all times and the necessary
<literal>gettimeofday</literal>
system calls can be disabled by setting the PHP configuration
directive
@ -88,7 +88,7 @@
</entry>
<entry>
Query result set store time in milliseconds. The collection of
of all times and the necessary
all times and the necessary
<literal>gettimeofday</literal>
system calls can be disabled by setting the PHP configuration
directive

View file

@ -133,7 +133,7 @@ extension=oci8.so
<section>
<title>Installing OCI8 as a Statically Compiled Extension</title>
<para>
Configure OCI8 using one of the the following configure options.
Configure OCI8 using one of the following configure options.
</para>
<para>
<itemizedlist>

View file

@ -45,7 +45,7 @@
&reftitle.returnvalues;
<para>
Returns &true; if the archive is broken, &false; otherwise. This function may also
also return &false; if the passed file has already been closed. The only way
return &false; if the passed file has already been closed. The only way
to tell the two cases apart is to enable
exceptions with <methodname>RarException::setUsingExceptions</methodname>; however,
this should be unnecessary as a program should not operate on closed files.

View file

@ -55,7 +55,6 @@ print_r($rc1->getInterfaces());
<screen>
<![CDATA[
Array
Array
(
[Foo] => ReflectionClass Object
(

View file

@ -54,7 +54,7 @@
<refsect1 role="errors">
&reftitle.errors;
<para>
A <classname>ReflectionException</classname> if the the given method does not exist.
A <classname>ReflectionException</classname> is thrown if the given method does not exist.
</para>
</refsect1>

View file

@ -13,7 +13,7 @@
&reftitle.intro;
<para>
Provides an iterator for TokyoTyrant and TokyoTyrantTable objects. The iterator iterates over
over all keys and values in the database. TokyoTyrantIterator was added in version 0.2.0.
all keys and values in the database. TokyoTyrantIterator was added in version 0.2.0.
</para>
</section>
<!-- }}} -->