From 2684871e4f3c75eadc3a39dc434161be83ae8b60 Mon Sep 17 00:00:00 2001 From: Matthew Fonda Date: Fri, 6 Jan 2012 15:19:39 +0000 Subject: [PATCH] fix #60669 - invalid word "progragation" should be "propagation" git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321829 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/types/float.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language/types/float.xml b/language/types/float.xml index e64debed11..2fc22d25b1 100644 --- a/language/types/float.xml +++ b/language/types/float.xml @@ -48,7 +48,7 @@ EXPONENT_DNUM [+-]?(({LNUM} | {DNUM}) [eE][+-]? {LNUM}) system, PHP typically uses the IEEE 754 double precision format, which will give a maximum relative error due to rounding in the order of 1.11e-16. Non elementary arithmetic operations may give larger errors, and, of course, - error progragation must be considered when several operations are + error propagation must be considered when several operations are compounded.