[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/_exec/functions/proc-nice.xml_imap/functions/ima
From:       Christoph_Michael_Becker <cmb () php ! net>
Date:       2018-02-27 13:46:38
Message-ID: svn-cmb-1519739198-344377-1300344855 () svn ! php ! net
[Download RAW message or body]

cmb                                      Tue, 27 Feb 2018 13:46:38 +0000

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

Log:
Fix typos

Patches provided by anonymous users.

Changed paths:
    U   phpdoc/en/trunk/reference/exec/functions/proc-nice.xml
    U   phpdoc/en/trunk/reference/imap/functions/imap-open.xml
    U   phpdoc/en/trunk/reference/reflection/reflectionclass/isinstantiable.xml
    U   phpdoc/en/trunk/reference/trader/functions/trader-ceil.xml

Modified: phpdoc/en/trunk/reference/exec/functions/proc-nice.xml
===================================================================
--- phpdoc/en/trunk/reference/exec/functions/proc-nice.xml	2018-02-27 13:25:37 UTC \
                (rev 344376)
+++ phpdoc/en/trunk/reference/exec/functions/proc-nice.xml	2018-02-27 13:46:38 UTC \
(rev 344377) @@ -36,7 +36,7 @@
        The new priority value, the value of this may differ on platforms.
       </para>
       <para>
-       on Unix, a low value, such as <literal>-20</literal> means high priority
+       On Unix, a low value, such as <literal>-20</literal> means high priority
        wheras a positive value have a lower priority.
       </para>
       <para>

Modified: phpdoc/en/trunk/reference/imap/functions/imap-open.xml
===================================================================
--- phpdoc/en/trunk/reference/imap/functions/imap-open.xml	2018-02-27 13:25:37 UTC \
                (rev 344376)
+++ phpdoc/en/trunk/reference/imap/functions/imap-open.xml	2018-02-27 13:46:38 UTC \
(rev 344377) @@ -36,7 +36,7 @@
        A mailbox name consists of a server and a mailbox path on this server.
        The special name <literal>INBOX</literal> stands for the current users
        personal mailbox. Mailbox names that contain international characters
-       besides those in the printable ASCII space have to be encoded width
+       besides those in the printable ASCII space have to be encoded with
        <function>imap_utf7_encode</function>.
       </para>
       <para>

Modified: phpdoc/en/trunk/reference/reflection/reflectionclass/isinstantiable.xml
===================================================================
--- phpdoc/en/trunk/reference/reflection/reflectionclass/isinstantiable.xml	2018-02-27 \
                13:25:37 UTC (rev 344376)
+++ phpdoc/en/trunk/reference/reflection/reflectionclass/isinstantiable.xml	2018-02-27 \
13:46:38 UTC (rev 344377) @@ -74,7 +74,7 @@
 foreach($classes  as $class ) {
     $reflectionClass = new ReflectionClass($class);
     echo "Is $class instantiable?  ";
-    var_dump($reflectionClass->IsInstantiable());
+    var_dump($reflectionClass->isInstantiable());
 }

 ?>

Modified: phpdoc/en/trunk/reference/trader/functions/trader-ceil.xml
===================================================================
--- phpdoc/en/trunk/reference/trader/functions/trader-ceil.xml	2018-02-27 13:25:37 \
                UTC (rev 344376)
+++ phpdoc/en/trunk/reference/trader/functions/trader-ceil.xml	2018-02-27 13:46:38 \
UTC (rev 344377) @@ -14,7 +14,7 @@
    <methodparam><type>array</type><parameter>real</parameter></methodparam>
   </methodsynopsis>
   <para>
-   Calculates the next higest integer for each value in
+   Calculates the next highest integer for each value in
    <parameter>real</parameter> and returns the resulting array.
   </para>
  </refsect1>



-- 
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