vrana Fri Feb 4 03:24:54 2005 EDT
Modified files: /phpdoc/en/reference/com/functions class.com.xml Log: Typos (bug #31837) http://cvs.php.net/diff.php/phpdoc/en/reference/com/functions/class.com.xml?r1=1.9&r2=1.10&ty=u Index: phpdoc/en/reference/com/functions/class.com.xml diff -u phpdoc/en/reference/com/functions/class.com.xml:1.9 phpdoc/en/reference/com/functions/class.com.xml:1.10 --- phpdoc/en/reference/com/functions/class.com.xml:1.9 Fri Nov 19 06:26:17 2004 +++ phpdoc/en/reference/com/functions/class.com.xml Fri Feb 4 03:24:52 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.9 $ --> +<!-- $Revision: 1.10 $ --> <!-- splitted from ./en/functions/com.xml, last change in rev 1.12 --> <refentry id="class.com"> <refnamediv> @@ -192,7 +192,7 @@ <void/> </methodsynopsis> <simpara>Artificially adds a reference count to the COM object.</simpara> - <warning><simpara>You should never need to use this method. It exists a + <warning><simpara>You should never need to use this method. It exists as a logical complement to the Release() method below.</simpara></warning> <methodsynopsis> @@ -201,7 +201,7 @@ </methodsynopsis> <simpara>Artificially removes a reference count from the COM object.</simpara> <warning><simpara> - You should never need to use this method. It's existence in PHP is a bug + You should never need to use this method. Its existence in PHP is a bug designed to work around a bug that keeps COM objects running longer than they should. </simpara></warning>