From af7da72ab4ce5056be499def28190b75be357648 Mon Sep 17 00:00:00 2001 From: Dave Barr Date: Thu, 30 Jul 2009 10:20:55 +0000 Subject: [PATCH] - Typos. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@286545 c90b9560-bf6c-de11-be94-00142212c4b1 --- internals2/buildsys/skeleton.xml | 2 +- language/namespaces.xml | 4 ++-- reference/apc/ini.xml | 4 ++-- reference/gmagick/gmagick/setimagedispose.xml | 2 +- reference/imap/functions/imap-gc.xml | 4 ++-- reference/mongo/mongo/preverror.xml | 2 +- reference/mongo/mongobindata.xml | 2 +- reference/mongo/mongogridfs.xml | 2 +- reference/mongo/mongoid/construct.xml | 2 +- reference/ncurses/functions/ncurses-newwin.xml | 4 ++-- reference/pdo/pdostatement/debugdumpparams.xml | 2 +- 11 files changed, 15 insertions(+), 15 deletions(-) diff --git a/internals2/buildsys/skeleton.xml b/internals2/buildsys/skeleton.xml index 6c1866ab3a..ccc607a9ce 100644 --- a/internals2/buildsys/skeleton.xml +++ b/internals2/buildsys/skeleton.xml @@ -5,7 +5,7 @@ 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 ext_skel, and it's been distributed with PHP since 4.0. diff --git a/language/namespaces.xml b/language/namespaces.xml index cdbce35838..4445c87920 100644 --- a/language/namespaces.xml +++ b/language/namespaces.xml @@ -871,7 +871,7 @@ if (is_array('hi')) { // prints "is not array" - It attemts to autoload A\B\C. + It attempts to autoload A\B\C. @@ -887,7 +887,7 @@ if (is_array('hi')) { // prints "is not array" - It attemts to autoload A\B\D\E. + It attempts to autoload A\B\D\E. diff --git a/reference/apc/ini.xml b/reference/apc/ini.xml index c3b3292f59..c9df7f2750 100644 --- a/reference/apc/ini.xml +++ b/reference/apc/ini.xml @@ -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. @@ -540,7 +540,7 @@ 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. diff --git a/reference/gmagick/gmagick/setimagedispose.xml b/reference/gmagick/gmagick/setimagedispose.xml index 00843be8b9..a9a3aa9029 100644 --- a/reference/gmagick/gmagick/setimagedispose.xml +++ b/reference/gmagick/gmagick/setimagedispose.xml @@ -29,7 +29,7 @@ disposeType - The image disposeal type. + The image disposal type. diff --git a/reference/imap/functions/imap-gc.xml b/reference/imap/functions/imap-gc.xml index 39583ca639..44a67f8e61 100644 --- a/reference/imap/functions/imap-gc.xml +++ b/reference/imap/functions/imap-gc.xml @@ -25,8 +25,8 @@ caches - 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: IMAP_GC_ELT (message cache elements), IMAP_GC_ENV (enveloppe and bodies), IMAP_GC_TEXTS (texts). diff --git a/reference/mongo/mongo/preverror.xml b/reference/mongo/mongo/preverror.xml index 1e483a4e8f..d90cff995d 100644 --- a/reference/mongo/mongo/preverror.xml +++ b/reference/mongo/mongo/preverror.xml @@ -23,7 +23,7 @@ &reftitle.returnvalues; - Returns the error and the number of operations ago it occured. + Returns the error and the number of operations ago it occurred. diff --git a/reference/mongo/mongobindata.xml b/reference/mongo/mongobindata.xml index 665625c795..a5a3adc6b4 100644 --- a/reference/mongo/mongobindata.xml +++ b/reference/mongo/mongobindata.xml @@ -12,7 +12,7 @@
&reftitle.intro; - 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.
diff --git a/reference/mongo/mongogridfs.xml b/reference/mongo/mongogridfs.xml index f362c87edd..e709a55d6b 100644 --- a/reference/mongo/mongogridfs.xml +++ b/reference/mongo/mongogridfs.xml @@ -12,7 +12,7 @@
&reftitle.intro; - Utilities for storing and retreiving files from the database. + Utilities for storing and retrieving files from the database.
diff --git a/reference/mongo/mongoid/construct.xml b/reference/mongo/mongoid/construct.xml index b2af7cea14..4655fdab5b 100644 --- a/reference/mongo/mongoid/construct.xml +++ b/reference/mongo/mongoid/construct.xml @@ -66,7 +66,7 @@ ]]> - Note that the second hexidecimal number is greater than the first. + Note that the second hexadecimal number is greater than the first. diff --git a/reference/ncurses/functions/ncurses-newwin.xml b/reference/ncurses/functions/ncurses-newwin.xml index 9616f5a558..a2c7ab370d 100644 --- a/reference/ncurses/functions/ncurses-newwin.xml +++ b/reference/ncurses/functions/ncurses-newwin.xml @@ -48,7 +48,7 @@ y - y-ccordinate of the origin + y-coordinate of the origin @@ -56,7 +56,7 @@ x - x-ccordinate of the origin + x-coordinate of the origin diff --git a/reference/pdo/pdostatement/debugdumpparams.xml b/reference/pdo/pdostatement/debugdumpparams.xml index e2e7171eff..08e359fc60 100644 --- a/reference/pdo/pdostatement/debugdumpparams.xml +++ b/reference/pdo/pdostatement/debugdumpparams.xml @@ -28,7 +28,7 @@ &tip.ob-capture;
- 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.