takagi Sun Apr 1 08:17:53 2007 UTC
Modified files:
/phpdoc/en/reference/math/functions is-finite.xml hypot.xml
atan2.xml
Log:
fixed typo.
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/math/functions/is-finite.xml?r1=1.7&r2=1.8&diff_format=u
Index: phpdoc/en/reference/math/functions/is-finite.xml
diff -u phpdoc/en/reference/math/functions/is-finite.xml:1.7
phpdoc/en/reference/math/functions/is-finite.xml:1.8
--- phpdoc/en/reference/math/functions/is-finite.xml:1.7 Sat Mar 31
19:18:23 2007
+++ phpdoc/en/reference/math/functions/is-finite.xml Sun Apr 1 08:17:53 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<refentry id='function.is-finite'>
<refnamediv>
<refname>is_finite</refname>
@@ -12,7 +12,7 @@
<methodparam><type>float</type><parameter>val</parameter></methodparam>
</methodsynopsis>
<para>
- Checks whether <parameter>val</parameter> is a lecal finite
+ Checks whether <parameter>val</parameter> is a legal finite
on this platform.
</para>
</refsect1>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/math/functions/hypot.xml?r1=1.8&r2=1.9&diff_format=u
Index: phpdoc/en/reference/math/functions/hypot.xml
diff -u phpdoc/en/reference/math/functions/hypot.xml:1.8
phpdoc/en/reference/math/functions/hypot.xml:1.9
--- phpdoc/en/reference/math/functions/hypot.xml:1.8 Sat Mar 31 19:18:23 2007
+++ phpdoc/en/reference/math/functions/hypot.xml Sun Apr 1 08:17:53 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<refentry id='function.hypot'>
<refnamediv>
<refname>hypot</refname>
@@ -48,7 +48,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
- Calculated length of the hyptenuse
+ Calculated length of the hypotenuse
</para>
</refsect1>
</refentry>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/math/functions/atan2.xml?r1=1.6&r2=1.7&diff_format=u
Index: phpdoc/en/reference/math/functions/atan2.xml
diff -u phpdoc/en/reference/math/functions/atan2.xml:1.6
phpdoc/en/reference/math/functions/atan2.xml:1.7
--- phpdoc/en/reference/math/functions/atan2.xml:1.6 Sat Mar 31 19:18:23 2007
+++ phpdoc/en/reference/math/functions/atan2.xml Sun Apr 1 08:17:53 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<refentry id="function.atan2">
<refnamediv>
<refname>atan2</refname>
@@ -51,7 +51,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
- The arg tangent of <parameter>x</parameter>/<parameter>y</parameter>
+ The arc tangent of <parameter>x</parameter>/<parameter>y</parameter>
in radians.
</para>
</refsect1>