[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] =?utf-8?q?svn:_/phpdoc/en/trunk/reference/_bc/book.xml_ev/watcher-callbacks.xml_event/even
From:       Nikita_Popov <nikic () php ! net>
Date:       2019-07-15 14:29:36
Message-ID: svn-nikic-1563200976-347753-455692931 () svn ! php ! net
[Download RAW message or body]

nikic                                    Mon, 15 Jul 2019 14:29:36 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=347753

Log:
Fix typos

Patch by carusogabriel.

Closes php/doc-en#5.

Bug: https://bugs.php.net/5 (Closed) fclose in php3_minit_file undeclared
      
Changed paths:
    U   phpdoc/en/trunk/reference/bc/book.xml
    U   phpdoc/en/trunk/reference/ev/watcher-callbacks.xml
    U   phpdoc/en/trunk/reference/event/eventbufferevent.xml
    U   phpdoc/en/trunk/reference/event/examples.xml
    U   phpdoc/en/trunk/reference/intl/intlbreakiterator.xml
    U   phpdoc/en/trunk/reference/mongo/mongopool.xml
    U   phpdoc/en/trunk/reference/mongo/writeconcerns.xml
    U   phpdoc/en/trunk/reference/mssql/ini.xml
    U   phpdoc/en/trunk/reference/mysqlnd_ms/quickstart.xml
    U   phpdoc/en/trunk/reference/mysqlnd_ms/setup.xml
    U   phpdoc/en/trunk/reference/parallel/book.xml
    U   phpdoc/en/trunk/reference/parallel/parallel.channel.xml
    U   phpdoc/en/trunk/reference/parle/parle.parser.xml
    U   phpdoc/en/trunk/reference/parle/parle.rparser.xml
    U   phpdoc/en/trunk/reference/pdo_4d/ini.xml
    U   phpdoc/en/trunk/reference/rar/rarexception.xml
    U   phpdoc/en/trunk/reference/solr/solrclient.xml
    U   phpdoc/en/trunk/reference/yaf/yaf-route-map.xml
    U   phpdoc/en/trunk/reference/yaml/ini.xml


["svn-diffs-347753.txt" (text/x-diff)]

Modified: phpdoc/en/trunk/reference/bc/book.xml
===================================================================
--- phpdoc/en/trunk/reference/bc/book.xml	2019-07-15 12:20:51 UTC (rev 347752)
+++ phpdoc/en/trunk/reference/bc/book.xml	2019-07-15 14:29:36 UTC (rev 347753)
@@ -20,7 +20,7 @@
     a <type>string</type> as operand may not have the desired effect due to the
     way PHP converts <type>float</type> values to <type>string</type>, namely
     that the <type>string</type> may be in exponential notation (which is not
-    supported by BCMath), and that the decimal separator is locale dependend
+    supported by BCMath), and that the decimal separator is locale dependent
     (while BCMath always expects a decimal point).
    </para>
    <informalexample>

Modified: phpdoc/en/trunk/reference/ev/watcher-callbacks.xml
===================================================================
--- phpdoc/en/trunk/reference/ev/watcher-callbacks.xml	2019-07-15 12:20:51 UTC (rev \
                347752)
+++ phpdoc/en/trunk/reference/ev/watcher-callbacks.xml	2019-07-15 14:29:36 UTC (rev \
347753) @@ -12,7 +12,7 @@
   a bitmask of received events.
  </para>
  <para>
-  Watcher callbacks are passed to the watcher contructors(the classes derived
+  Watcher callbacks are passed to the watcher constructors (the classes derived
   from
   <classname>EvWatcher</classname>
   -

Modified: phpdoc/en/trunk/reference/event/eventbufferevent.xml
===================================================================
--- phpdoc/en/trunk/reference/event/eventbufferevent.xml	2019-07-15 12:20:51 UTC (rev \
                347752)
+++ phpdoc/en/trunk/reference/event/eventbufferevent.xml	2019-07-15 14:29:36 UTC (rev \
347753) @@ -235,7 +235,7 @@
      </term>
      <listitem>
       <para>
-       An event occured during a read operation on the bufferevent. See the
+       An event occurred during a read operation on the bufferevent. See the
        other flags for which event it was.
       </para>
      </listitem>
@@ -246,7 +246,7 @@
      </term>
      <listitem>
       <para>
-       An event occured during a write operation on the bufferevent. See the
+       An event occurred during a write operation on the bufferevent. See the
        other flags for which event it was.
       </para>
      </listitem>

Modified: phpdoc/en/trunk/reference/event/examples.xml
===================================================================
--- phpdoc/en/trunk/reference/event/examples.xml	2019-07-15 12:20:51 UTC (rev 347752)
+++ phpdoc/en/trunk/reference/event/examples.xml	2019-07-15 14:29:36 UTC (rev 347753)
@@ -391,7 +391,7 @@
     }

     // This callback is invoked when some even occurs on the event listener,
-    // e.g. connection closed, or an error occured
+    // e.g. connection closed, or an error occurred
     function ssl_event_cb($bev, $events, $ctx) {
         if ($events & EventBufferEvent::ERROR) {
             // Fetch errors from the SSL error stack

Modified: phpdoc/en/trunk/reference/intl/intlbreakiterator.xml
===================================================================
--- phpdoc/en/trunk/reference/intl/intlbreakiterator.xml	2019-07-15 12:20:51 UTC (rev \
                347752)
+++ phpdoc/en/trunk/reference/intl/intlbreakiterator.xml	2019-07-15 14:29:36 UTC (rev \
347753) @@ -25,7 +25,7 @@
     This class implements <classname>Traversable</classname>. Traversing an
     <classname>IntlBreakIterator</classname> yields non-negative integer
     values representing the successive locations of the text boundaries,
-    expressed as UTF-8 code units (byte) counts, taken from the beggining of
+    expressed as UTF-8 code units (byte) counts, taken from the beginning of
     the text (which has the location <literal>0</literal>). The keys yielded
     by the iterator simply form the sequence of natural numbers
     <literal>{0, 1, 2, …}</literal>.

Modified: phpdoc/en/trunk/reference/mongo/mongopool.xml
===================================================================
--- phpdoc/en/trunk/reference/mongo/mongopool.xml	2019-07-15 12:20:51 UTC (rev \
                347752)
+++ phpdoc/en/trunk/reference/mongo/mongopool.xml	2019-07-15 14:29:36 UTC (rev \
347753) @@ -59,7 +59,7 @@
         <entry>
          This functionality has been removed and no longer does anything other
          than emit deprecation warnings. This class is only kept around for
-         backwards compatability and will be removed in the near future.
+         backwards compatibility and will be removed in the near future.
         </entry>
        </row>
        <row>

Modified: phpdoc/en/trunk/reference/mongo/writeconcerns.xml
===================================================================
--- phpdoc/en/trunk/reference/mongo/writeconcerns.xml	2019-07-15 12:20:51 UTC (rev \
                347752)
+++ phpdoc/en/trunk/reference/mongo/writeconcerns.xml	2019-07-15 14:29:36 UTC (rev \
347753) @@ -19,7 +19,7 @@
   and piggy back a <literal>getLastError</literal> command
   (<acronym>GLE</acronym>) with the Write Concern option at the same time.
   The server only returns when the Write Concern condition is verified to be
-  fullfilled, or the query times out (controlled with the
+  fulfilled, or the query times out (controlled with the
   <literal>"wtimeout"</literal> option, <literal>10000</literal> milliseconds
   is the default).
  </para>

Modified: phpdoc/en/trunk/reference/mssql/ini.xml
===================================================================
--- phpdoc/en/trunk/reference/mssql/ini.xml	2019-07-15 12:20:51 UTC (rev 347752)
+++ phpdoc/en/trunk/reference/mssql/ini.xml	2019-07-15 14:29:36 UTC (rev 347753)
@@ -47,7 +47,7 @@
      <entry></entry>
     </row>
     <row>
-     <entry>mssql.compatability_mode</entry>
+     <entry>mssql.compatibility_mode</entry>
      <entry>"0"</entry>
      <entry>PHP_INI_ALL</entry>
      <entry></entry>

Modified: phpdoc/en/trunk/reference/mysqlnd_ms/quickstart.xml
===================================================================
--- phpdoc/en/trunk/reference/mysqlnd_ms/quickstart.xml	2019-07-15 12:20:51 UTC (rev \
                347752)
+++ phpdoc/en/trunk/reference/mysqlnd_ms/quickstart.xml	2019-07-15 14:29:36 UTC (rev \
347753) @@ -1637,7 +1637,7 @@
   </para>
   <para>
    Applications are adviced not to run the SQL
-   statement themselves as this bares the risk of accidently causing an implicit
+   statement themselves as this bares the risk of accidentally causing an implicit
    GTID increment. Also, if the function is used, it is easy to migrate
    an application from one SQL statement for fetching a transaction ID to another,
    for example, if any MySQL server ever features built-in global transaction ID \
support.

Modified: phpdoc/en/trunk/reference/mysqlnd_ms/setup.xml
===================================================================
--- phpdoc/en/trunk/reference/mysqlnd_ms/setup.xml	2019-07-15 12:20:51 UTC (rev \
                347752)
+++ phpdoc/en/trunk/reference/mysqlnd_ms/setup.xml	2019-07-15 14:29:36 UTC (rev \
347753) @@ -652,7 +652,7 @@
        is not given for a configuration section. The fatal error message may read
        <literal>(mysqlnd_ms) Section [slave] doesn't exist for host [%s] in %s on \
line %d</literal>.  Note, that it is valid to use an empty slave server list.
-       The error has been introduced to prevent accidently setting no slaves by
+       The error has been introduced to prevent accidentally setting no slaves by
        forgetting about the <literal>slave</literal> setting.
        A master-only setup is still possible using an empty slave server list.
       </para>

Modified: phpdoc/en/trunk/reference/parallel/book.xml
===================================================================
--- phpdoc/en/trunk/reference/parallel/book.xml	2019-07-15 12:20:51 UTC (rev 347752)
+++ phpdoc/en/trunk/reference/parallel/book.xml	2019-07-15 14:29:36 UTC (rev 347753)
@@ -74,7 +74,7 @@
    <para>
     A task may be scheduled with arguments, use lexical scope variables (by-value), \
and return a value (via a <classname>parallel\Future</classname>), but these only \
                allow uni-directional communication:
     They allow the programmer to send data into and retrieve data from a task, but \
                do not allow bi-directional communication between tasks.
-    The <classname>parallel\Channel</classname> API allows bi-directional \
communication between tasks, a <classname>parallel\Channel</classname> is a \
socket-like link between tasks that the programmer can use to send and recieve data. \
+    The <classname>parallel\Channel</classname> API allows bi-directional \
communication between tasks, a <classname>parallel\Channel</classname> is a \
socket-like link between tasks that the programmer can use to send and receive data.  \
</para>  </simplesect>
   <simplesect>
@@ -84,7 +84,7 @@
     It allows the programmer to work with sets of channels and or futures.
     The programmer simply adds channels and futures to the event loop, optionally \
                setting the input for writes with \
                <methodname>parallel\Events::setInput</methodname>,
     and enters into a foreach: parallel will read from and write to objects as they \
                become available yielding \
                <classname>parallel\Events\Event</classname> objects
-    describing the operations that have occured.
+    describing the operations that have occurred.
    </para>
   </simplesect>
    <simplesect role="seealso">

Modified: phpdoc/en/trunk/reference/parallel/parallel.channel.xml
===================================================================
--- phpdoc/en/trunk/reference/parallel/parallel.channel.xml	2019-07-15 12:20:51 UTC \
                (rev 347752)
+++ phpdoc/en/trunk/reference/parallel/parallel.channel.xml	2019-07-15 14:29:36 UTC \
(rev 347753) @@ -10,7 +10,7 @@
   <section>
     <title>Unbuffered Channels</title>
     <para>
-     An unbuffered channel will block on calls to \
<methodname>parallel\Channel::send</methodname> until there is a reciever, and block \
on calls to +     An unbuffered channel will block on calls to \
<methodname>parallel\Channel::send</methodname> until there is a receiver, and block \
                on calls to
      <methodname>parallel\Channel::recv</methodname> until there is a sender. This \
means an unbuffered channel is not only a way to share data among tasks  but also a \
simple method of synchronization.  </para>

Modified: phpdoc/en/trunk/reference/parle/parle.parser.xml
===================================================================
--- phpdoc/en/trunk/reference/parle/parle.parser.xml	2019-07-15 12:20:51 UTC (rev \
                347752)
+++ phpdoc/en/trunk/reference/parle/parle.parser.xml	2019-07-15 14:29:36 UTC (rev \
347753) @@ -77,7 +77,7 @@
     <fieldsynopsis>
      <modifier>const</modifier>
      <type>integer</type>
-     <varname linkend="parle-parser.constants.error-unkown-token">Parle\Parser::ERROR_UNKOWN_TOKEN</varname>
 +     <varname linkend="parle-parser.constants.error-unknown-token">Parle\Parser::ERROR_UNKNOWN_TOKEN</varname>
  <initializer>2</initializer>
     </fieldsynopsis>

@@ -156,8 +156,8 @@
      </listitem>
     </varlistentry>

-    <varlistentry xml:id="parle-parser.constants.error-unkown-token">
-     <term><constant>Parle\Parser::ERROR_UNKOWN_TOKEN</constant></term>
+    <varlistentry xml:id="parle-parser.constants.error-unknown-token">
+     <term><constant>Parle\Parser::ERROR_UNKNOWN_TOKEN</constant></term>
      <listitem>
       <para></para>
      </listitem>

Modified: phpdoc/en/trunk/reference/parle/parle.rparser.xml
===================================================================
--- phpdoc/en/trunk/reference/parle/parle.rparser.xml	2019-07-15 12:20:51 UTC (rev \
                347752)
+++ phpdoc/en/trunk/reference/parle/parle.rparser.xml	2019-07-15 14:29:36 UTC (rev \
347753) @@ -77,7 +77,7 @@
     <fieldsynopsis>
      <modifier>const</modifier>
      <type>integer</type>
-     <varname linkend="parle-rparser.constants.error-unkown-token">Parle\RParser::ERROR_UNKOWN_TOKEN</varname>
 +     <varname linkend="parle-rparser.constants.error-unknown-token">Parle\RParser::ERROR_UNKNOWN_TOKEN</varname>
  <initializer>2</initializer>
     </fieldsynopsis>

@@ -156,8 +156,8 @@
      </listitem>
     </varlistentry>

-    <varlistentry xml:id="parle-rparser.constants.error-unkown-token">
-     <term><constant>Parle\RParser::ERROR_UNKOWN_TOKEN</constant></term>
+    <varlistentry xml:id="parle-rparser.constants.error-unknown-token">
+     <term><constant>Parle\RParser::ERROR_UNKNOWN_TOKEN</constant></term>
      <listitem>
       <para></para>
      </listitem>

Modified: phpdoc/en/trunk/reference/pdo_4d/ini.xml
===================================================================
--- phpdoc/en/trunk/reference/pdo_4d/ini.xml	2019-07-15 12:20:51 UTC (rev 347752)
+++ phpdoc/en/trunk/reference/pdo_4d/ini.xml	2019-07-15 14:29:36 UTC (rev 347753)
@@ -18,7 +18,7 @@
     </thead>
     <tbody>
      <row>
-      <entry><link linkend="ini.pdo-4d.defaut-host">pdo_4d.default_host</link></entry>
 +      <entry><link \
linkend="ini.pdo-4d.default-host">pdo_4d.default_host</link></entry>  \
<entry>"localhost"</entry>  <entry>PHP_INI_ALL</entry>
       <entry></entry>

Modified: phpdoc/en/trunk/reference/rar/rarexception.xml
===================================================================
--- phpdoc/en/trunk/reference/rar/rarexception.xml	2019-07-15 12:20:51 UTC (rev \
                347752)
+++ phpdoc/en/trunk/reference/rar/rarexception.xml	2019-07-15 14:29:36 UTC (rev \
347753) @@ -86,7 +86,7 @@

     <listitem>
      <simpara>
-      21 - unkown RAR error
+      21 - unknown RAR error
      </simpara>
     </listitem>


Modified: phpdoc/en/trunk/reference/solr/solrclient.xml
===================================================================
--- phpdoc/en/trunk/reference/solr/solrclient.xml	2019-07-15 12:20:51 UTC (rev \
                347752)
+++ phpdoc/en/trunk/reference/solr/solrclient.xml	2019-07-15 14:29:36 UTC (rev \
347753) @@ -163,7 +163,7 @@
     <varlistentry xml:id="solrclient.constants.default-search-servlet">
      <term><constant>SolrClient::DEFAULT_SEARCH_SERVLET</constant></term>
      <listitem>
-      <para>This is the intial value for the search servlet.</para>
+      <para>This is the initial value for the search servlet.</para>
      </listitem>
     </varlistentry>

@@ -170,7 +170,7 @@
     <varlistentry xml:id="solrclient.constants.default-update-servlet">
      <term><constant>SolrClient::DEFAULT_UPDATE_SERVLET</constant></term>
      <listitem>
-      <para>This is the intial value for the update servlet.</para>
+      <para>This is the initial value for the update servlet.</para>
      </listitem>
     </varlistentry>

@@ -177,7 +177,7 @@
     <varlistentry xml:id="solrclient.constants.default-threads-servlet">
      <term><constant>SolrClient::DEFAULT_THREADS_SERVLET</constant></term>
      <listitem>
-      <para>This is the intial value for the threads servlet.</para>
+      <para>This is the initial value for the threads servlet.</para>
      </listitem>
     </varlistentry>

@@ -184,7 +184,7 @@
     <varlistentry xml:id="solrclient.constants.default-ping-servlet">
      <term><constant>SolrClient::DEFAULT_PING_SERVLET</constant></term>
      <listitem>
-      <para>This is the intial value for the ping servlet.</para>
+      <para>This is the initial value for the ping servlet.</para>
      </listitem>
     </varlistentry>

@@ -191,7 +191,7 @@
     <varlistentry xml:id="solrclient.constants.default-terms-servlet">
      <term><constant>SolrClient::DEFAULT_TERMS_SERVLET</constant></term>
      <listitem>
-      <para>This is the intial value for the terms servlet used for the \
TermsComponent</para> +      <para>This is the initial value for the terms servlet \
used for the TermsComponent</para>  </listitem>
     </varlistentry>

@@ -198,7 +198,7 @@
     <varlistentry xml:id="solrclient.constants.default-system-servlet">
      <term><constant>SolrClient::DEFAULT_SYSTEM_SERVLET</constant></term>
      <listitem>
-      <para>This is the intial value for the system servlet used to obtain Solr \
Server information</para> +      <para>This is the initial value for the system \
servlet used to obtain Solr Server information</para>  </listitem>
     </varlistentry>


Modified: phpdoc/en/trunk/reference/yaf/yaf-route-map.xml
===================================================================
--- phpdoc/en/trunk/reference/yaf/yaf-route-map.xml	2019-07-15 12:20:51 UTC (rev \
                347752)
+++ phpdoc/en/trunk/reference/yaf/yaf-route-map.xml	2019-07-15 14:29:36 UTC (rev \
347753) @@ -57,7 +57,7 @@
     </fieldsynopsis>
     <fieldsynopsis>
      <modifier>protected</modifier>
-     <varname linkend="yaf-route-map.props.delimeter">_delimeter</varname>
+     <varname linkend="yaf-route-map.props.delimiter">_delimiter</varname>
     </fieldsynopsis>


@@ -79,8 +79,8 @@
       <para></para>
      </listitem>
     </varlistentry>
-    <varlistentry xml:id="yaf-route-map.props.delimeter">
-     <term><varname>_delimeter</varname></term>
+    <varlistentry xml:id="yaf-route-map.props.delimiter">
+     <term><varname>_delimiter</varname></term>
      <listitem>
       <para></para>
      </listitem>

Modified: phpdoc/en/trunk/reference/yaml/ini.xml
===================================================================
--- phpdoc/en/trunk/reference/yaml/ini.xml	2019-07-15 12:20:51 UTC (rev 347752)
+++ phpdoc/en/trunk/reference/yaml/ini.xml	2019-07-15 14:29:36 UTC (rev 347753)
@@ -91,7 +91,7 @@
         </term>
         <listitem>
           <para>
-            Controls the decoding of both implicit and explict \
"tag:yaml.org,2002:timestamp" scalars in the YAML document stream. The default \
setting of <literal>0</literal> will not apply any decoding. A setting of \
<literal>1</literal> will use <function>strtotime</function> to parse the timestamp \
value as a Unix timestamp. A setting of <literal>2</literal> will use \
<function>date_create</function> to parse the timestamp value as \
<type>DateTime</type> object. +            Controls the decoding of both implicit and \
explicit "tag:yaml.org,2002:timestamp" scalars in the YAML document stream. The \
default setting of <literal>0</literal> will not apply any decoding. A setting of \
<literal>1</literal> will use <function>strtotime</function> to parse the timestamp \
value as a Unix timestamp. A setting of <literal>2</literal> will use \
<function>date_create</function> to parse the timestamp value as \
<type>DateTime</type> object.  </para>
         </listitem>
       </varlistentry>



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic