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
This commit is contained in:
Matthew Fonda 2012-01-06 15:19:39 +00:00
parent b4dcc6c31d
commit 2684871e4f

View file

@ -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.
</para>