[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/_ftp/functions/ftp-alloc.xml_ftp/functions/ftp-n
From:       Christoph_Michael_Becker <cmb () php ! net>
Date:       2020-04-27 6:53:54
Message-ID: svn-cmb-1587970434-349710-1163252623 () svn ! php ! net
[Download RAW message or body]

cmb                                      Mon, 27 Apr 2020 06:53:54 +0000

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

Log:
Fix other typos

Detected by codespell

Patch provided by tandre@php.net.

Changed paths:
    U   phpdoc/en/trunk/reference/ftp/functions/ftp-alloc.xml
    U   phpdoc/en/trunk/reference/ftp/functions/ftp-nb-continue.xml
    U   phpdoc/en/trunk/reference/ftp/functions/ftp-nb-fget.xml
    U   phpdoc/en/trunk/reference/ftp/functions/ftp-nb-fput.xml
    U   phpdoc/en/trunk/reference/ftp/functions/ftp-nb-get.xml
    U   phpdoc/en/trunk/reference/intl/intlcalendar/add.xml
    U   phpdoc/en/trunk/reference/mysqli/mysqli/poll.xml
    U   phpdoc/en/trunk/reference/sockets/functions/socket-get-option.xml
    U   phpdoc/en/trunk/reference/zip/ziparchive/count.xml

Modified: phpdoc/en/trunk/reference/ftp/functions/ftp-alloc.xml
===================================================================
--- phpdoc/en/trunk/reference/ftp/functions/ftp-alloc.xml	2020-04-27 06:50:00 UTC \
                (rev 349709)
+++ phpdoc/en/trunk/reference/ftp/functions/ftp-alloc.xml	2020-04-27 06:53:54 UTC \
(rev 349710) @@ -84,7 +84,7 @@

 if (ftp_alloc($conn_id, filesize($file), $result)) {
   echo "Space successfully allocated on server.  Sending $file.\n";
-  ftp_put($conn_id, '/incomming/myfile', $file, FTP_BINARY);
+  ftp_put($conn_id, '/incoming/myfile', $file, FTP_BINARY);
 } else {
   echo "Unable to allocate space on server.  Server said: $result\n";
 }

Modified: phpdoc/en/trunk/reference/ftp/functions/ftp-nb-continue.xml
===================================================================
--- phpdoc/en/trunk/reference/ftp/functions/ftp-nb-continue.xml	2020-04-27 06:50:00 \
                UTC (rev 349709)
+++ phpdoc/en/trunk/reference/ftp/functions/ftp-nb-continue.xml	2020-04-27 06:53:54 \
UTC (rev 349710) @@ -46,7 +46,7 @@
 <![CDATA[
 <?php

-// Initate the download
+// Initiate the download
 $ret = ftp_nb_get($my_connection, "test", "README", FTP_BINARY);
 while ($ret == FTP_MOREDATA) {


Modified: phpdoc/en/trunk/reference/ftp/functions/ftp-nb-fget.xml
===================================================================
--- phpdoc/en/trunk/reference/ftp/functions/ftp-nb-fget.xml	2020-04-27 06:50:00 UTC \
                (rev 349709)
+++ phpdoc/en/trunk/reference/ftp/functions/ftp-nb-fget.xml	2020-04-27 06:53:54 UTC \
(rev 349710) @@ -119,7 +119,7 @@

 $login_result = ftp_login($conn_id, $ftp_user_name, $ftp_user_pass);

-// Initate the download
+// Initiate the download
 $ret = ftp_nb_fget($conn_id, $fp, $file, FTP_BINARY);
 while ($ret == FTP_MOREDATA) {


Modified: phpdoc/en/trunk/reference/ftp/functions/ftp-nb-fput.xml
===================================================================
--- phpdoc/en/trunk/reference/ftp/functions/ftp-nb-fput.xml	2020-04-27 06:50:00 UTC \
                (rev 349709)
+++ phpdoc/en/trunk/reference/ftp/functions/ftp-nb-fput.xml	2020-04-27 06:53:54 UTC \
(rev 349710) @@ -119,7 +119,7 @@

 $login_result = ftp_login($conn_id, $ftp_user_name, $ftp_user_pass);

-// Initate the upload
+// Initiate the upload
 $ret = ftp_nb_fput($conn_id, $file, $fp, FTP_BINARY);
 while ($ret == FTP_MOREDATA) {


Modified: phpdoc/en/trunk/reference/ftp/functions/ftp-nb-get.xml
===================================================================
--- phpdoc/en/trunk/reference/ftp/functions/ftp-nb-get.xml	2020-04-27 06:50:00 UTC \
                (rev 349709)
+++ phpdoc/en/trunk/reference/ftp/functions/ftp-nb-get.xml	2020-04-27 06:53:54 UTC \
(rev 349710) @@ -111,7 +111,7 @@
 <![CDATA[
 <?php

-// Initate the download
+// Initiate the download
 $ret = ftp_nb_get($my_connection, "test", "README", FTP_BINARY);
 while ($ret == FTP_MOREDATA) {

@@ -135,7 +135,7 @@
 <![CDATA[
 <?php

-// Initate
+// Initiate
 $ret = ftp_nb_get($my_connection, "test", "README", FTP_BINARY,
                       filesize("test"));
 // OR: $ret = ftp_nb_get($my_connection, "test", "README",

Modified: phpdoc/en/trunk/reference/intl/intlcalendar/add.xml
===================================================================
--- phpdoc/en/trunk/reference/intl/intlcalendar/add.xml	2020-04-27 06:50:00 UTC (rev \
                349709)
+++ phpdoc/en/trunk/reference/intl/intlcalendar/add.xml	2020-04-27 06:53:54 UTC (rev \
349710) @@ -62,7 +62,7 @@
     <listitem>
      <para>
       The signed amount to add to the current field. If the amount is positive,
-      the instant will be moved forward; if it is negative, the instant wil be
+      the instant will be moved forward; if it is negative, the instant will be
       moved into the past. The unit is implicit to the field type. For instance,
       hours for <constant>IntlCalendar::FIELD_HOUR_OF_DAY</constant>.
      </para>

Modified: phpdoc/en/trunk/reference/mysqli/mysqli/poll.xml
===================================================================
--- phpdoc/en/trunk/reference/mysqli/mysqli/poll.xml	2020-04-27 06:50:00 UTC (rev \
                349709)
+++ phpdoc/en/trunk/reference/mysqli/mysqli/poll.xml	2020-04-27 06:53:54 UTC (rev \
349710) @@ -51,7 +51,7 @@
      <term><parameter>error</parameter></term>
      <listitem>
       <para>
-      List of connections on which an error occured, for example, query
+      List of connections on which an error occurred, for example, query
       failure or lost connection.
       </para>
      </listitem>

Modified: phpdoc/en/trunk/reference/sockets/functions/socket-get-option.xml
===================================================================
--- phpdoc/en/trunk/reference/sockets/functions/socket-get-option.xml	2020-04-27 \
                06:50:00 UTC (rev 349709)
+++ phpdoc/en/trunk/reference/sockets/functions/socket-get-option.xml	2020-04-27 \
06:53:54 UTC (rev 349710) @@ -321,7 +321,7 @@
           <entry><constant>MCAST_LEAVE_SOURCE_GROUP</constant></entry>
           <entry>
            Stop receiving packets destined to a specific multicast group whose
-           soure address matches a specific value. (added in PHP 5.4)
+           source address matches a specific value. (added in PHP 5.4)
           </entry>
           <entry>
            <type>array</type> with the same format as

Modified: phpdoc/en/trunk/reference/zip/ziparchive/count.xml
===================================================================
--- phpdoc/en/trunk/reference/zip/ziparchive/count.xml	2020-04-27 06:50:00 UTC (rev \
                349709)
+++ phpdoc/en/trunk/reference/zip/ziparchive/count.xml	2020-04-27 06:53:54 UTC (rev \
349710) @@ -3,7 +3,7 @@
 <refentry xml:id="ziparchive.count" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>ZipArchive::count</refname>
-  <refpurpose>Counts the number of files in the achive</refpurpose>
+  <refpurpose>Counts the number of files in the archive</refpurpose>
  </refnamediv>

  <refsect1 role="description">



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