jmcastagnetto Fri Oct 25 18:46:43 2002 EDT
Modified files:
/phpdoc/en/reference/math/functions fmod.xml
Log:
Fixed typo
Index: phpdoc/en/reference/math/functions/fmod.xml
diff -u phpdoc/en/reference/math/functions/fmod.xml:1.1
phpdoc/en/reference/math/functions/fmod.xml:1.2
--- phpdoc/en/reference/math/functions/fmod.xml:1.1 Fri Oct 25 18:41:34 2002
+++ phpdoc/en/reference/math/functions/fmod.xml Fri Oct 25 18:46:43 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<refentry id="function.fmod">
<refnamediv>
<refname>fmod</refname>
@@ -17,7 +17,7 @@
Returns the floating point remainder of dividend the divisor
(<parameter>x</parameter>) by the divisor (<parameter>y</parameter>).
The reminder (<varname>r</varname>) is defined as: x = i * y + r, for
- some integer <varname>i</varname>. If <paramater>y</parameter> is
+ some integer <varname>i</varname>. If <parameter>y</parameter> is
non-zero, <varname>r</varname> has the same sign as
<parameter>x</parameter> and a magnitude less than the magnitude of
<parameter>y</parameter>.
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php