dave Fri Sep 8 08:48:16 2006 UTC
Modified files:
/phpdoc/en/language operators.xml
/phpdoc/en/reference/enchant/functions enchant-broker-get-error.xml
enchant-broker-set-ordering.xml
enchant-dict-add-to-session.xml
enchant-dict-get-error.xml
/phpdoc/en/reference/http install.xml reference.xml
/phpdoc/en/reference/http/HttpQueryString construct.xml
/phpdoc/en/reference/memcache ini.xml
/phpdoc/en/reference/pcre ini.xml
/phpdoc/en/reference/ps/functions ps-get-parameter.xml
ps-get-value.xml
/phpdoc/en/reference/session ini.xml
/phpdoc/en/reference/spl/functions spl-autoload-register.xml
/phpdoc/en/reference/yaz/functions yaz-es.xml
Log:
- Typos.
http://cvs.php.net/viewvc.cgi/phpdoc/en/language/operators.xml?r1=1.106&r2=1.107&diff_format=u
Index: phpdoc/en/language/operators.xml
diff -u phpdoc/en/language/operators.xml:1.106
phpdoc/en/language/operators.xml:1.107
--- phpdoc/en/language/operators.xml:1.106 Wed Sep 6 12:25:19 2006
+++ phpdoc/en/language/operators.xml Fri Sep 8 08:48:15 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.106 $ -->
+<!-- $Revision: 1.107 $ -->
<chapter id="language.operators">
<title>Operators</title>
<simpara>
@@ -705,7 +705,7 @@
</note>
<note>
<para>
- Is is recomended that you avoid "stacking" ternary expressions. PHP's
+ Is is recommended that you avoid "stacking" ternary expressions. PHP's
behaviour when using more than one ternary operator within a single
statement is non-obvious:
<example>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/enchant/functions/enchant-broker-get-error.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/enchant/functions/enchant-broker-get-error.xml
diff -u phpdoc/en/reference/enchant/functions/enchant-broker-get-error.xml:1.1
phpdoc/en/reference/enchant/functions/enchant-broker-get-error.xml:1.2
--- phpdoc/en/reference/enchant/functions/enchant-broker-get-error.xml:1.1
Fri Aug 11 17:30:20 2006
+++ phpdoc/en/reference/enchant/functions/enchant-broker-get-error.xml Fri Sep
8 08:48:15 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<refentry id="function.enchant-broker-get-error">
<refnamediv>
<refname>enchant_broker_get_error</refname>
@@ -12,7 +12,7 @@
<methodparam><type>resource</type><parameter>broker</parameter></methodparam>
</methodsynopsis>
<para>
- Returns the last error which occured in this broker.
+ Returns the last error which occurred in this broker.
</para>
</refsect1>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/enchant/functions/enchant-broker-set-ordering.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/enchant/functions/enchant-broker-set-ordering.xml
diff -u
phpdoc/en/reference/enchant/functions/enchant-broker-set-ordering.xml:1.1
phpdoc/en/reference/enchant/functions/enchant-broker-set-ordering.xml:1.2
--- phpdoc/en/reference/enchant/functions/enchant-broker-set-ordering.xml:1.1
Fri Aug 11 17:30:20 2006
+++ phpdoc/en/reference/enchant/functions/enchant-broker-set-ordering.xml
Fri Sep 8 08:48:15 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<refentry id="function.enchant-broker-set-ordering">
<refnamediv>
<refname>enchant_broker_set_ordering</refname>
@@ -18,7 +18,7 @@
described/referred to by 'tag'. The ordering is a comma delimited
list of provider names. As a special exception, the "*" tag can
be used as a language tag to declare a default ordering for any
- language that does not explictly declare an ordering.
+ language that does not explicitly declare an ordering.
</para>
</refsect1>
@@ -40,7 +40,7 @@
<para>
Language tag. The special "*" tag can be used as a language tag
to declare a default ordering for any language that does not
- explictly declare an ordering.
+ explicitly declare an ordering.
</para>
</listitem>
</varlistentry>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/enchant/functions/enchant-dict-add-to-session.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/enchant/functions/enchant-dict-add-to-session.xml
diff -u
phpdoc/en/reference/enchant/functions/enchant-dict-add-to-session.xml:1.1
phpdoc/en/reference/enchant/functions/enchant-dict-add-to-session.xml:1.2
--- phpdoc/en/reference/enchant/functions/enchant-dict-add-to-session.xml:1.1
Fri Aug 11 17:30:20 2006
+++ phpdoc/en/reference/enchant/functions/enchant-dict-add-to-session.xml
Fri Sep 8 08:48:15 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<refentry id="function.enchant-dict-add-to-session">
<refnamediv>
<refname>enchant_dict_add_to_session</refname>
@@ -13,7 +13,7 @@
<methodparam><type>string</type><parameter>word</parameter></methodparam>
</methodsynopsis>
<para>
- Add a word to the given dictionaray. It will be added only for the
+ Add a word to the given dictionary. It will be added only for the
active spell-checking session.
</para>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/enchant/functions/enchant-dict-get-error.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/enchant/functions/enchant-dict-get-error.xml
diff -u phpdoc/en/reference/enchant/functions/enchant-dict-get-error.xml:1.2
phpdoc/en/reference/enchant/functions/enchant-dict-get-error.xml:1.3
--- phpdoc/en/reference/enchant/functions/enchant-dict-get-error.xml:1.2
Sun Aug 13 10:24:27 2006
+++ phpdoc/en/reference/enchant/functions/enchant-dict-get-error.xml Fri Sep
8 08:48:15 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<refentry id="function.enchant-dict-get-error">
<refnamediv>
<refname>enchant_dict_get_error</refname>
@@ -34,7 +34,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
- Returns the error message as string or &false; if no error occured.
+ Returns the error message as string or &false; if no error occurred.
</para>
</refsect1>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/http/install.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/http/install.xml
diff -u phpdoc/en/reference/http/install.xml:1.2
phpdoc/en/reference/http/install.xml:1.3
--- phpdoc/en/reference/http/install.xml:1.2 Sat Aug 5 21:36:31 2006
+++ phpdoc/en/reference/http/install.xml Fri Sep 8 08:48:15 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<refentry id="http.install">
<refnamediv>
<refname>Installation</refname>
@@ -38,7 +38,7 @@
A library version equal or greater to <emphasis>v7.12.3</emphasis> is
required.
</para>
<para>
- To enable support for sending and receiveing <emphasis>compressed</emphasis>
+ To enable support for sending and receiving <emphasis>compressed</emphasis>
responses, the extension must be built with <emphasis>zlib</emphasis>
support <!-- TODO ext link -->
(<literal>--with-http-zlib-compression</literal>).
A library version equal or greater than <emphasis>v1.2.2</emphasis> is
required.
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/http/reference.xml?r1=1.11&r2=1.12&diff_format=u
Index: phpdoc/en/reference/http/reference.xml
diff -u phpdoc/en/reference/http/reference.xml:1.11
phpdoc/en/reference/http/reference.xml:1.12
--- phpdoc/en/reference/http/reference.xml:1.11 Sun Aug 6 04:48:10 2006
+++ phpdoc/en/reference/http/reference.xml Fri Sep 8 08:48:15 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
<!-- Purpose: basic.php -->
<!-- Membership: pecl -->
@@ -15,7 +15,7 @@
set of functionality for one of PHPs major applications.
</simpara>
<simpara>
- It eases handling of HTTP urls, dates, redirects, headers and
+ It eases handling of HTTP URLs, dates, redirects, headers and
messages, provides means for negotiation of clients preferred
language and charset, as well as a convenient way to send any
arbitrary data with caching and resuming capabilities.
@@ -54,7 +54,7 @@
<sect2>
<title>Builtin Functions</title>
<simpara>
- Builtin HTTP related functions priorly listed on this page can be found
in the
+ Builtin HTTP related functions previously listed on this page can be
found in the
<link linkend="ref.network">networking</link> category.
</simpara>
<simpara>
@@ -150,7 +150,7 @@
</simplelist>
</sect2>
<sect2>
- <title>Urls</title>
+ <title>URLs</title>
<simplelist>
<member><link
linkend="function.http-build-str"><function>http_build_str</function></link></member>
<member><link
linkend="function.http-build-url"><function>http_build_url</function></link></member>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/http/HttpQueryString/construct.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/http/HttpQueryString/construct.xml
diff -u phpdoc/en/reference/http/HttpQueryString/construct.xml:1.2
phpdoc/en/reference/http/HttpQueryString/construct.xml:1.3
--- phpdoc/en/reference/http/HttpQueryString/construct.xml:1.2 Wed Sep 6
20:40:37 2006
+++ phpdoc/en/reference/http/HttpQueryString/construct.xml Fri Sep 8
08:48:15 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc.
-->
<refentry id="function.HttpQueryString-construct">
<refnamediv>
@@ -39,7 +39,7 @@
<term><parameter>add</parameter></term>
<listitem>
<para>
- additional/initial query string paramters
+ additional/initial query string parameters
</para>
</listitem>
</varlistentry>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/memcache/ini.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/memcache/ini.xml
diff -u phpdoc/en/reference/memcache/ini.xml:1.1
phpdoc/en/reference/memcache/ini.xml:1.2
--- phpdoc/en/reference/memcache/ini.xml:1.1 Thu May 18 05:38:15 2006
+++ phpdoc/en/reference/memcache/ini.xml Fri Sep 8 08:48:15 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<section id="memcache.ini">
&reftitle.runtime;
&extension.runtime;
@@ -65,7 +65,7 @@
</term>
<listitem>
<para>
- Data will be transfered in chunks of this size, setting
+ Data will be transferred in chunks of this size, setting
the value lower requires more network writes. Try
increasing this value to 32768 if noticing otherwise
inexplicable slowdowns.
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/pcre/ini.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/pcre/ini.xml
diff -u phpdoc/en/reference/pcre/ini.xml:1.1
phpdoc/en/reference/pcre/ini.xml:1.2
--- phpdoc/en/reference/pcre/ini.xml:1.1 Tue Jun 6 12:20:47 2006
+++ phpdoc/en/reference/pcre/ini.xml Fri Sep 8 08:48:16 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<section id="pcre.configuration">
&reftitle.runtime;
&extension.runtime;
@@ -45,7 +45,7 @@
</term>
<listitem>
<para>
- PCRE's bactracking limit.
+ PCRE's backtracking limit.
</para>
</listitem>
</varlistentry>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/ps/functions/ps-get-parameter.xml?r1=1.5&r2=1.6&diff_format=u
Index: phpdoc/en/reference/ps/functions/ps-get-parameter.xml
diff -u phpdoc/en/reference/ps/functions/ps-get-parameter.xml:1.5
phpdoc/en/reference/ps/functions/ps-get-parameter.xml:1.6
--- phpdoc/en/reference/ps/functions/ps-get-parameter.xml:1.5 Fri Mar 3
12:31:05 2006
+++ phpdoc/en/reference/ps/functions/ps-get-parameter.xml Fri Sep 8
08:48:16 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/ps.xml, last change in rev 1.12 -->
<refentry id="function.ps-get-parameter">
<refnamediv>
@@ -66,8 +66,8 @@
<term><literal>ligaturedisolvechar</literal></term>
<listitem>
<para>
- The character which disolves a ligature. If your are using a font
- which contains the ligature `ff' and `|' is the char to disolve the
+ The character which dissolves a ligature. If your are using a font
+ which contains the ligature `ff' and `|' is the char to dissolve the
ligature, then `f|f' will result in two `f' instead of the ligature
`ff'.
</para>
</listitem>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/ps/functions/ps-get-value.xml?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc/en/reference/ps/functions/ps-get-value.xml
diff -u phpdoc/en/reference/ps/functions/ps-get-value.xml:1.3
phpdoc/en/reference/ps/functions/ps-get-value.xml:1.4
--- phpdoc/en/reference/ps/functions/ps-get-value.xml:1.3 Fri Mar 3
12:31:05 2006
+++ phpdoc/en/reference/ps/functions/ps-get-value.xml Fri Sep 8 08:48:16 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/ps.xml, last change in rev 1.12 -->
<refentry id="function.ps-get-value">
<refnamediv>
@@ -171,7 +171,7 @@
<listitem>
<para>
The space between chars. If charspacing is != 0.0 ligatures will
- always be disolved.
+ always be dissolved.
</para>
</listitem>
</varlistentry>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/session/ini.xml?r1=1.42&r2=1.43&diff_format=u
Index: phpdoc/en/reference/session/ini.xml
diff -u phpdoc/en/reference/session/ini.xml:1.42
phpdoc/en/reference/session/ini.xml:1.43
--- phpdoc/en/reference/session/ini.xml:1.42 Wed Aug 16 12:31:24 2006
+++ phpdoc/en/reference/session/ini.xml Fri Sep 8 08:48:16 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.42 $ -->
+<!-- $Revision: 1.43 $ -->
<section id="session.configuration">
&reftitle.runtime;
&extension.runtime;
@@ -516,7 +516,7 @@
<simpara>
Marks the cookie as accessible only through the HTTP protocol. This means
that the cookie won't be accessible by scripting languages, such as
- JavaScript. This setting can effectly help to reduce identity theft
+ JavaScript. This setting can effectively help to reduce identity theft
through XSS attacks (although it is not supported by all browsers).
</simpara>
</listitem>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/spl/functions/spl-autoload-register.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/spl/functions/spl-autoload-register.xml
diff -u phpdoc/en/reference/spl/functions/spl-autoload-register.xml:1.2
phpdoc/en/reference/spl/functions/spl-autoload-register.xml:1.3
--- phpdoc/en/reference/spl/functions/spl-autoload-register.xml:1.2 Thu May
25 16:32:03 2006
+++ phpdoc/en/reference/spl/functions/spl-autoload-register.xml Fri Sep 8
08:48:16 2006
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<refentry id="function.spl-autoload-register">
<refnamediv>
<refname>spl_autoload_register</refname>
@@ -22,7 +22,7 @@
</para>
<para>
If your code has an existing __autoload function then this function must
- explicity registered on the __autoload stack. This is because
+ explicitly registered on the __autoload stack. This is because
spl_autoload_register() will effectively replace the engine cache for
the __autoload function by either spl_autoload() or spl_autoload_call().
</para>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/yaz/functions/yaz-es.xml?r1=1.4&r2=1.5&diff_format=u
Index: phpdoc/en/reference/yaz/functions/yaz-es.xml
diff -u phpdoc/en/reference/yaz/functions/yaz-es.xml:1.4
phpdoc/en/reference/yaz/functions/yaz-es.xml:1.5
--- phpdoc/en/reference/yaz/functions/yaz-es.xml:1.4 Tue May 9 12:48:09 2006
+++ phpdoc/en/reference/yaz/functions/yaz-es.xml Fri Sep 8 08:48:16 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<refentry id="function.yaz-es">
<refnamediv>
<refname>yaz_es</refname>
@@ -24,7 +24,7 @@
<para>
This function prepares for an Extended Service Request.
Extended Services is family of various Z39.50 facilities, such
- as Record Update, Item Order, Database administation etc.
+ as Record Update, Item Order, Database administration etc.
</para>
<note>
<para>