didou Sun Jan 21 15:13:40 2007 UTC
Modified files:
/phpdoc/en language-snippets.ent
/phpdoc/en/reference/image reference.xml
/phpdoc/en/reference/pgsql/functions pg-version.xml
Log:
Fix typo: (avaliable -> available)
http://cvs.php.net/viewvc.cgi/phpdoc/en/language-snippets.ent?r1=1.184&r2=1.185&diff_format=u
Index: phpdoc/en/language-snippets.ent
diff -u phpdoc/en/language-snippets.ent:1.184
phpdoc/en/language-snippets.ent:1.185
--- phpdoc/en/language-snippets.ent:1.184 Wed Jan 17 00:14:51 2007
+++ phpdoc/en/language-snippets.ent Sun Jan 21 15:13:40 2007
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.184 $ -->
+<!-- $Revision: 1.185 $ -->
<!-- Keep 'em sorted -->
@@ -629,7 +629,7 @@
<!ENTITY note.tidy.ze2 '<note><simpara> This function is only available with
Zend Engine 2,
this means PHP >= 5.0.0.</simpara></note>'>
-<!ENTITY note.tidy.1only '<note><simpara>This function is only avaliable in
+<!ENTITY note.tidy.1only '<note><simpara>This function is only available in
Tidy 1.0. It became obsolete in Tidy 2.0 and thus has been
removed.</simpara></note>'>
<!ENTITY note.tidy.2only '<note><simpara>The optional parameters
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/image/reference.xml?r1=1.28&r2=1.29&diff_format=u
Index: phpdoc/en/reference/image/reference.xml
diff -u phpdoc/en/reference/image/reference.xml:1.28
phpdoc/en/reference/image/reference.xml:1.29
--- phpdoc/en/reference/image/reference.xml:1.28 Thu Oct 5 10:53:33 2006
+++ phpdoc/en/reference/image/reference.xml Sun Jan 21 15:13:40 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.28 $ -->
+<!-- $Revision: 1.29 $ -->
<!-- Purpose: utilspec.image -->
<!-- Membership: bundled -->
@@ -95,7 +95,7 @@
Only supported in GD versions older than gd-1.6 and newer than
gd-2.0.28. <emphasis>Read-only
</emphasis> GIF support is available with PHP 4.3.0 and the bundled
- GD-library. <emphasis>Write</emphasis> support is avaliable since
+ GD-library. <emphasis>Write</emphasis> support is available since
PHP 4.3.9 and PHP 5.0.1.
</entry>
</row>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/pgsql/functions/pg-version.xml?r1=1.4&r2=1.5&diff_format=u
Index: phpdoc/en/reference/pgsql/functions/pg-version.xml
diff -u phpdoc/en/reference/pgsql/functions/pg-version.xml:1.4
phpdoc/en/reference/pgsql/functions/pg-version.xml:1.5
--- phpdoc/en/reference/pgsql/functions/pg-version.xml:1.4 Mon Jul 4
14:42:12 2005
+++ phpdoc/en/reference/pgsql/functions/pg-version.xml Sun Jan 21 15:13:40 2007
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<refentry id="function.pg-version">
<refnamediv>
<refname>pg_version</refname>
@@ -16,7 +16,7 @@
</methodsynopsis>
<para>
<function>pg_version</function> returns an array with the client, protocol
- and server version. Protocol and server versions are only avaliable if PHP
+ and server version. Protocol and server versions are only available if PHP
was compiled with PostgreSQL 7.4 or later.
</para>
<para>