From f57b4a3ccdd8cf41f178d034af8bc6a62097a52e Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Wed, 1 Apr 2009 07:39:55 +0000 Subject: [PATCH] Fixed spelling errors git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278109 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/reserved.xml | 4 ++-- internals2/structure/lifecycle.xml | 4 ++-- reference/com/examples.xml | 4 ++-- reference/datetime/datetime/createfromformat.xml | 4 ++-- reference/imagick/imagick/waveimage.xml | 4 ++-- reference/json/functions/json-last-error.xml | 8 ++++---- reference/ktaglib/id3v2tag.xml | 6 +++--- reference/memcached/constants.xml | 4 ++-- reference/mongo/functions/mongo-gridfile-write.xml | 4 ++-- reference/network/functions/checkdnsrr.xml | 4 ++-- reference/network/functions/getmxrr.xml | 4 ++-- reference/oauth/oauthexception.xml | 4 ++-- reference/sqlite/functions/sqlite-last-error.xml | 4 ++-- reference/stream/streamwrapper.xml | 6 +++--- reference/stream/streamwrapper/dir-opendir.xml | 6 +++--- reference/stream/streamwrapper/stream-open.xml | 4 ++-- reference/stream/streamwrapper/stream-tell.xml | 4 ++-- reference/tidy/functions/tidyNode-isAsp.xml | 4 ++-- 18 files changed, 41 insertions(+), 41 deletions(-) diff --git a/appendices/reserved.xml b/appendices/reserved.xml index 304f931717..9e59612ffd 100755 --- a/appendices/reserved.xml +++ b/appendices/reserved.xml @@ -1,5 +1,5 @@ - + List of Reserved Words @@ -367,7 +367,7 @@ linkend="functions.anonymous">anonymous functions. - The class has a constructor forbiding the manual creation of the object + The class has a constructor forbidding the manual creation of the object (issues E_RECOVERABLE_ERROR) and the __invoke method with the calling magic. diff --git a/internals2/structure/lifecycle.xml b/internals2/structure/lifecycle.xml index f82d9af384..5a53302295 100644 --- a/internals2/structure/lifecycle.xml +++ b/internals2/structure/lifecycle.xml @@ -1,5 +1,5 @@ - + Life cycle of an extension @@ -170,7 +170,7 @@ Using these four functions, it is possible to produce status information for - nearly any conbimation of features in an extension. Here is the information + nearly any combination of features in an extension. Here is the information callback from the counter extension: diff --git a/reference/com/examples.xml b/reference/com/examples.xml index f9ef17b3ef..480c98aeed 100644 --- a/reference/com/examples.xml +++ b/reference/com/examples.xml @@ -1,5 +1,5 @@ - + &reftitle.examples; @@ -9,7 +9,7 @@ Starting with PHP 5, you may use PHP's own &foreach; statement to iterate - over the contents of a standard COM/OLE IEnumVariant. In laymans terms, + over the contents of a standard COM/OLE IEnumVariant. In layman's terms, this means that you can use foreach in places where you would have used For Each in VB/ASP code. diff --git a/reference/datetime/datetime/createfromformat.xml b/reference/datetime/datetime/createfromformat.xml index 92c4c0628d..a33f11b9c3 100644 --- a/reference/datetime/datetime/createfromformat.xml +++ b/reference/datetime/datetime/createfromformat.xml @@ -1,5 +1,5 @@ - + @@ -36,7 +36,7 @@ time - String represeting the time. + String representing the time. diff --git a/reference/imagick/imagick/waveimage.xml b/reference/imagick/imagick/waveimage.xml index 532f7e611f..0cc3d15f9a 100644 --- a/reference/imagick/imagick/waveimage.xml +++ b/reference/imagick/imagick/waveimage.xml @@ -1,5 +1,5 @@ - + Imagick::waveImage @@ -36,7 +36,7 @@ length - The lenght of the wave. + The length of the wave. diff --git a/reference/json/functions/json-last-error.xml b/reference/json/functions/json-last-error.xml index 05e460e142..42b4459726 100644 --- a/reference/json/functions/json-last-error.xml +++ b/reference/json/functions/json-last-error.xml @@ -1,9 +1,9 @@ - + json_last_error - Returns the last error occured + Returns the last error occurred @@ -13,7 +13,7 @@ - Returns the last error (if any) occured by last JSON parsing. + Returns the last error (if any) occurred by last JSON parsing. @@ -40,7 +40,7 @@ JSON_ERROR_NONE - No error has occured + No error has occurred JSON_ERROR_DEPTH diff --git a/reference/ktaglib/id3v2tag.xml b/reference/ktaglib/id3v2tag.xml index b90c7b4fc0..5b479a7e15 100644 --- a/reference/ktaglib/id3v2tag.xml +++ b/reference/ktaglib/id3v2tag.xml @@ -1,5 +1,5 @@ - + The KTagLib_ID3v2_Tag class KTaglib_ID3v2_Tag @@ -10,8 +10,8 @@
&reftitle.intro; - Represents and ID3v2 tag. It provides a list of ID3v2 frames and can be uesd - to add and remove additional frames. + Represents and ID3v2 tag. It provides a list of ID3v2 frames and can be used + to add and remove additional frames.
diff --git a/reference/memcached/constants.xml b/reference/memcached/constants.xml index 895fc7460d..1e678e63fc 100644 --- a/reference/memcached/constants.xml +++ b/reference/memcached/constants.xml @@ -1,5 +1,5 @@ - + &reftitle.constants; @@ -447,7 +447,7 @@ Memcached::RES_PAYLOAD_FAILURE - Payload failre: could not compress/decompress or serialize/unserialize the value. + Payload failure: could not compress/decompress or serialize/unserialize the value. diff --git a/reference/mongo/functions/mongo-gridfile-write.xml b/reference/mongo/functions/mongo-gridfile-write.xml index b43734e23a..804d016a52 100644 --- a/reference/mongo/functions/mongo-gridfile-write.xml +++ b/reference/mongo/functions/mongo-gridfile-write.xml @@ -1,5 +1,5 @@ - + @@ -56,7 +56,7 @@ <function>mongo_gridfile_write</function> example - This example shows a file being retreived from the database and + This example shows a file being retrieved from the database and saved to the local filesystem. diff --git a/reference/network/functions/checkdnsrr.xml b/reference/network/functions/checkdnsrr.xml index 4e54c29074..011ddd29b1 100644 --- a/reference/network/functions/checkdnsrr.xml +++ b/reference/network/functions/checkdnsrr.xml @@ -1,5 +1,5 @@ - + checkdnsrr @@ -93,7 +93,7 @@ &reftitle.notes; - For compatiblity with Windows before this was implemented, then try the + For compatibility with Windows before this was implemented, then try the PEAR class Net_DNS. diff --git a/reference/network/functions/getmxrr.xml b/reference/network/functions/getmxrr.xml index 3a93dbecf0..c151225dd9 100644 --- a/reference/network/functions/getmxrr.xml +++ b/reference/network/functions/getmxrr.xml @@ -1,5 +1,5 @@ - + getmxrr @@ -100,7 +100,7 @@ - For compatiblity with Windows before this was implemented, then try the + For compatibility with Windows before this was implemented, then try the PEAR class Net_DNS. diff --git a/reference/oauth/oauthexception.xml b/reference/oauth/oauthexception.xml index b0a601a9f6..ab0ce630e9 100644 --- a/reference/oauth/oauthexception.xml +++ b/reference/oauth/oauthexception.xml @@ -1,5 +1,5 @@ - + @@ -82,7 +82,7 @@ lastResponse - The response of the exception which occured, if any + The response of the exception which occurred, if any diff --git a/reference/sqlite/functions/sqlite-last-error.xml b/reference/sqlite/functions/sqlite-last-error.xml index a1af605d78..ff8133f654 100644 --- a/reference/sqlite/functions/sqlite-last-error.xml +++ b/reference/sqlite/functions/sqlite-last-error.xml @@ -1,5 +1,5 @@ - + sqlite_last_error @@ -51,7 +51,7 @@ &reftitle.returnvalues; - Returns an error code, or 0 if no error occured. + Returns an error code, or 0 if no error occurred. diff --git a/reference/stream/streamwrapper.xml b/reference/stream/streamwrapper.xml index 670fbccc9f..2f835db5c1 100644 --- a/reference/stream/streamwrapper.xml +++ b/reference/stream/streamwrapper.xml @@ -1,5 +1,5 @@ - + @@ -24,8 +24,8 @@ - Implementing the methods in otherways then described here can lead to - undefed behaviour. + Implementing the methods in other ways then described here can lead to + undefined behaviour. diff --git a/reference/stream/streamwrapper/dir-opendir.xml b/reference/stream/streamwrapper/dir-opendir.xml index f07631c7bb..c7b0b2352c 100644 --- a/reference/stream/streamwrapper/dir-opendir.xml +++ b/reference/stream/streamwrapper/dir-opendir.xml @@ -1,5 +1,5 @@ - + @@ -31,7 +31,7 @@ - The URL can be broken appart with parse_url. + The URL can be broken apart with parse_url. @@ -40,7 +40,7 @@ options - Wether or not to enforce safemode (0x04). + Whether or not to enforce safe_mode (0x04). diff --git a/reference/stream/streamwrapper/stream-open.xml b/reference/stream/streamwrapper/stream-open.xml index 7508538d85..ac09fe5e9b 100644 --- a/reference/stream/streamwrapper/stream-open.xml +++ b/reference/stream/streamwrapper/stream-open.xml @@ -1,5 +1,5 @@ - + @@ -34,7 +34,7 @@ - The URL can be broken appart with parse_url. + The URL can be broken apart with parse_url. diff --git a/reference/stream/streamwrapper/stream-tell.xml b/reference/stream/streamwrapper/stream-tell.xml index 4a5d0aa2c5..00fe6ca606 100644 --- a/reference/stream/streamwrapper/stream-tell.xml +++ b/reference/stream/streamwrapper/stream-tell.xml @@ -1,5 +1,5 @@ - + @@ -26,7 +26,7 @@ &reftitle.returnvalues; - Should return the curren position of the stream. + Should return the current position of the stream. diff --git a/reference/tidy/functions/tidyNode-isAsp.xml b/reference/tidy/functions/tidyNode-isAsp.xml index a8579fe1cd..cdbc90a37c 100755 --- a/reference/tidy/functions/tidyNode-isAsp.xml +++ b/reference/tidy/functions/tidyNode-isAsp.xml @@ -1,5 +1,5 @@ - + tidyNode->isAsp @@ -12,7 +12,7 @@ - Tells wether the current node is ASP. + Tells whether the current node is ASP.