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

List:       php-doc-cvs
Subject:    [DOC-CVS] svn: /phpdoc/en/trunk/ internals2/buildsys/skeleton.xml language/namespaces.xml reference/
From:       Dave_Barr <dave () php ! net>
Date:       2009-07-30 10:20:55
Message-ID: svn-dave-1248949255-286545-1234561272 () svn ! php ! net
[Download RAW message or body]

dave                                     Thu, 30 Jul 2009 10:20:55 +0000

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

Log:
- Typos.

Changed paths:
    U   phpdoc/en/trunk/internals2/buildsys/skeleton.xml
    U   phpdoc/en/trunk/language/namespaces.xml
    U   phpdoc/en/trunk/reference/apc/ini.xml
    U   phpdoc/en/trunk/reference/gmagick/gmagick/setimagedispose.xml
    U   phpdoc/en/trunk/reference/imap/functions/imap-gc.xml
    U   phpdoc/en/trunk/reference/mongo/mongo/preverror.xml
    U   phpdoc/en/trunk/reference/mongo/mongobindata.xml
    U   phpdoc/en/trunk/reference/mongo/mongogridfs.xml
    U   phpdoc/en/trunk/reference/mongo/mongoid/construct.xml
    U   phpdoc/en/trunk/reference/ncurses/functions/ncurses-newwin.xml
    U   phpdoc/en/trunk/reference/pdo/pdostatement/debugdumpparams.xml

Modified: phpdoc/en/trunk/internals2/buildsys/skeleton.xml
===================================================================
--- phpdoc/en/trunk/internals2/buildsys/skeleton.xml	2009-07-30 09:59:58 UTC (rev 286544)
+++ phpdoc/en/trunk/internals2/buildsys/skeleton.xml	2009-07-30 10:20:55 UTC (rev 286545)
@@ -5,7 +5,7 @@
   <para>
    A Zend extension is composed of several files common to all extensions. As
    the details of many of those files are similar from extension to extension,
-   it can be laborous to duplicate the content for each one. Fortunately, there
+   it can be laborious to duplicate the content for each one. Fortunately, there
    is a script which can do all of the initial setup for you. It's called
    <command>ext_skel</command>, and it's been distributed with PHP since 4.0.
   </para>

Modified: phpdoc/en/trunk/language/namespaces.xml
===================================================================
--- phpdoc/en/trunk/language/namespaces.xml	2009-07-30 09:59:58 UTC (rev 286544)
+++ phpdoc/en/trunk/language/namespaces.xml	2009-07-30 10:20:55 UTC (rev 286545)
@@ -871,7 +871,7 @@
       </listitem>
       <listitem>
        <simpara>
-        It attemts to autoload <literal>A\B\C</literal>.
+        It attempts to autoload <literal>A\B\C</literal>.
        </simpara>
       </listitem>
      </orderedlist>
@@ -887,7 +887,7 @@
       </listitem>
       <listitem>
        <simpara>
-        It attemts to autoload <literal>A\B\D\E</literal>.
+        It attempts to autoload <literal>A\B\D\E</literal>.
        </simpara>
       </listitem>
      </orderedlist>

Modified: phpdoc/en/trunk/reference/apc/ini.xml
===================================================================
--- phpdoc/en/trunk/reference/apc/ini.xml	2009-07-30 09:59:58 UTC (rev 286544)
+++ phpdoc/en/trunk/reference/apc/ini.xml	2009-07-30 10:20:55 UTC (rev 286545)
@@ -487,7 +487,7 @@
       Mostly for testing and debugging.  Setting this enables APC
       for the CLI version of PHP.  Under normal circumstances, it is
       not ideal to create, populate and destroy the APC cache on every
-      CLI request, but for various test scenarious it is useful to be
+      CLI request, but for various test scenarios it is useful to be
       able to enable APC for the CLI version of PHP easily.
      </para>
     </listitem>
@@ -540,7 +540,7 @@
      <para>
       On busy servers, when the web server is first started, or when many files
       have been modified at the same time, APC may try to compile and cache the
-      same file multiple times.  Write_lock guaranttes that only one process
+      same file multiple times.  Write_lock guarantees that only one process
       will attempt to compile and cache an uncached script.  The other processes
       attempting to use the script will run without using the opcode cache, rather
       than locking and waiting for the cache to prime.

Modified: phpdoc/en/trunk/reference/gmagick/gmagick/setimagedispose.xml
===================================================================
--- phpdoc/en/trunk/reference/gmagick/gmagick/setimagedispose.xml	2009-07-30 09:59:58 UTC (rev 286544)
+++ phpdoc/en/trunk/reference/gmagick/gmagick/setimagedispose.xml	2009-07-30 10:20:55 UTC (rev 286545)
@@ -29,7 +29,7 @@
      <term><parameter>disposeType</parameter></term>
      <listitem>
       <para>
-       The image disposeal type.
+       The image disposal type.
       </para>
      </listitem>
     </varlistentry>

Modified: phpdoc/en/trunk/reference/imap/functions/imap-gc.xml
===================================================================
--- phpdoc/en/trunk/reference/imap/functions/imap-gc.xml	2009-07-30 09:59:58 UTC (rev 286544)
+++ phpdoc/en/trunk/reference/imap/functions/imap-gc.xml	2009-07-30 10:20:55 UTC (rev 286545)
@@ -25,8 +25,8 @@
      <term><parameter>caches</parameter></term>
      <listitem>
       <para>
-       Specifies the cache to purge. It may one or a combinaison
-       of the following constants :
+       Specifies the cache to purge. It may one or a combination
+       of the following constants:
        <constant>IMAP_GC_ELT</constant> (message cache elements),
        <constant>IMAP_GC_ENV</constant> (enveloppe and bodies),
        <constant>IMAP_GC_TEXTS</constant> (texts).

Modified: phpdoc/en/trunk/reference/mongo/mongo/preverror.xml
===================================================================
--- phpdoc/en/trunk/reference/mongo/mongo/preverror.xml	2009-07-30 09:59:58 UTC (rev 286544)
+++ phpdoc/en/trunk/reference/mongo/mongo/preverror.xml	2009-07-30 10:20:55 UTC (rev 286545)
@@ -23,7 +23,7 @@
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
-   Returns the error and the number of operations ago it occured.
+   Returns the error and the number of operations ago it occurred.
   </para>
  </refsect1>
 </refentry>

Modified: phpdoc/en/trunk/reference/mongo/mongobindata.xml
===================================================================
--- phpdoc/en/trunk/reference/mongo/mongobindata.xml	2009-07-30 09:59:58 UTC (rev 286544)
+++ phpdoc/en/trunk/reference/mongo/mongobindata.xml	2009-07-30 10:20:55 UTC (rev 286545)
@@ -12,7 +12,7 @@
   <section xml:id="mongobindata.intro">
    &reftitle.intro;
    <para>
-    An object that can be used to store or retreive binary data from the database.
+    An object that can be used to store or retrieve binary data from the database.
    </para>
   </section>
 <!-- }}} -->

Modified: phpdoc/en/trunk/reference/mongo/mongogridfs.xml
===================================================================
--- phpdoc/en/trunk/reference/mongo/mongogridfs.xml	2009-07-30 09:59:58 UTC (rev 286544)
+++ phpdoc/en/trunk/reference/mongo/mongogridfs.xml	2009-07-30 10:20:55 UTC (rev 286545)
@@ -12,7 +12,7 @@
   <section xml:id="mongogridfs.intro">
    &reftitle.intro;
    <para>
-     Utilities for storing and retreiving files from the database.
+     Utilities for storing and retrieving files from the database.
    </para>
   </section>
 <!-- }}} -->

Modified: phpdoc/en/trunk/reference/mongo/mongoid/construct.xml
===================================================================
--- phpdoc/en/trunk/reference/mongo/mongoid/construct.xml	2009-07-30 09:59:58 UTC (rev 286544)
+++ phpdoc/en/trunk/reference/mongo/mongoid/construct.xml	2009-07-30 10:20:55 UTC (rev 286545)
@@ -66,7 +66,7 @@
 ]]>
    </screen>
    <para>
-    Note that the second hexidecimal number is greater than the first.
+    Note that the second hexadecimal number is greater than the first.
    </para>
   </example>
   <example>

Modified: phpdoc/en/trunk/reference/ncurses/functions/ncurses-newwin.xml
===================================================================
--- phpdoc/en/trunk/reference/ncurses/functions/ncurses-newwin.xml	2009-07-30 09:59:58 UTC (rev 286544)
+++ phpdoc/en/trunk/reference/ncurses/functions/ncurses-newwin.xml	2009-07-30 10:20:55 UTC (rev 286545)
@@ -48,7 +48,7 @@
      <term><parameter>y</parameter></term>
      <listitem>
       <para>
-       y-ccordinate of the origin
+       y-coordinate of the origin
       </para>
      </listitem>
     </varlistentry>
@@ -56,7 +56,7 @@
      <term><parameter>x</parameter></term>
      <listitem>
       <para>
-       x-ccordinate of the origin
+       x-coordinate of the origin
       </para>
      </listitem>
     </varlistentry>

Modified: phpdoc/en/trunk/reference/pdo/pdostatement/debugdumpparams.xml
===================================================================
--- phpdoc/en/trunk/reference/pdo/pdostatement/debugdumpparams.xml	2009-07-30 09:59:58 UTC (rev 286544)
+++ phpdoc/en/trunk/reference/pdo/pdostatement/debugdumpparams.xml	2009-07-30 10:20:55 UTC (rev 286545)
@@ -28,7 +28,7 @@
    &tip.ob-capture;
   </para>
   <para>
-   This will only dumps the parameters in the statment at the moment
+   This will only dumps the parameters in the statement at the moment
    of the dump. Extra parameters are not stored in the statement,
    and not displayed.
   </para>



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