removed removed repeated repeated words words

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301626 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Philip Olson 2010-07-27 23:59:16 +00:00
parent 3ef41d6cfc
commit b18d2da96b
14 changed files with 14 additions and 14 deletions

View file

@ -149,7 +149,7 @@ $cursor = $collection->find(array("awards.first place" => "gold"));
</programlisting>
<para>
Notice that it doesn't matter that there is a space in the the field name
Notice that it doesn't matter that there is a space in the field name
(although it may be best not to use spaces, just to make things more
readable).
</para>

View file

@ -5,7 +5,7 @@
<title>Updates</title>
<para>
Updates can be one of the the most complicated operation available with
Updates can be one of the most complicated operation available with
MongoDB. They combine a query with an action, modifying documents that match
the criteria. They are also extremely powerful, allowing you to change
documents quickly and replace them altogether. They are done in-place (when

View file

@ -14,7 +14,7 @@
</simpara>
</note>
<para>
There are two ways to connect to to a queue manager. These depend on the way the extension is compiled and linked.
There are two ways to connect to a queue manager. These depend on the way the extension is compiled and linked.
<itemizedlist>
<listitem>
<para>

View file

@ -388,7 +388,7 @@
<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

@ -28,7 +28,7 @@
<term><parameter>params_array</parameter></term>
<listitem>
<para>
Setting these these optional parameters is limited to the
Setting these optional parameters is limited to the
<link linkend="features.commandline">CLI SAPI</link>.
</para>
</listitem>

View file

@ -38,7 +38,7 @@
without impacting the rest of PHP.
</para>
<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

@ -48,7 +48,7 @@ echo "\$o->d: $o->d\n"; // print: $o->d:
// add a new item to the $elem array in OO
$o->x = 56;
// instantiate stdclass (it is built-in in PHP 4)
// instantiate stdclass (it is built-in PHP 4)
// $val is not overloaded!
$val = new stdclass;
$val->prop = 555;

View file

@ -20,7 +20,7 @@
<para>
For Zip-based phar archives, this method fails with an exception.
The <link linkend="ref.zlib">zlib</link> extension must be enabled to decompress
an archive compressed with with gzip compression, and the
an archive compressed with gzip compression, and the
<link linkend="ref.bzip2">bzip2</link> extension must be
enabled in order to decompress an archive compressed with bzip2 compression.
As with all functionality that modifies the contents of a phar, the

View file

@ -19,7 +19,7 @@
<para>
For Zip-based archives, this method fails with an exception.
The <link linkend="ref.zlib">zlib</link> extension must be enabled to decompress
an archive compressed with with gzip compression, and the
an archive compressed with gzip compression, and the
<link linkend="ref.bzip2">bzip2</link> extension must be
enabled in order to decompress an archive compressed with bzip2 compression.
</para>

View file

@ -184,7 +184,7 @@ class ConvertedStockQuote {
<para>
The @reference annotation before an instance variable
indicates that that instance variable is to be initialized with a
indicates that the instance variable is to be initialized with a
proxy to a component.
</para>

View file

@ -14,7 +14,7 @@
<void />
</methodsynopsis>
<para>
Determines if the the current element has children.
Determines if the current element has children.
</para>
&warn.undocumented.func;

View file

@ -12,7 +12,7 @@
<void />
</methodsynopsis>
<para>
Dequeues <parameter>value</parameter> from the top of of the queue.
Dequeues <parameter>value</parameter> from the top of the queue.
</para>
<note>
<para>

View file

@ -3,7 +3,7 @@
<!-- note to translators:
do NOT translate anything in this extension!!
the docs will change very very often -->
the docs will change often -->
<reference xml:id="ref.unicode" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Unicode &Functions;</title>

View file

@ -12,7 +12,7 @@
<void/>
</methodsynopsis>
<para>
Revert all global changes to the archive archive. For now, this
Revert all global changes to the archive. For now, this
only reverts archive comment changes.
</para>
</refsect1>