From 79b017e888fe8535f1e9e0386c6bb49b5c43b2da Mon Sep 17 00:00:00 2001 From: Shein Alexey Date: Thu, 28 Jul 2011 09:41:03 +0000 Subject: [PATCH] Fixed a typo. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313819 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/number-format.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/strings/functions/number-format.xml b/reference/strings/functions/number-format.xml index 8e7505490f..42da5d1238 100644 --- a/reference/strings/functions/number-format.xml +++ b/reference/strings/functions/number-format.xml @@ -108,7 +108,7 @@ This function now supports multiple bytes in dec_point and thousands_sep. Only the first byte of each - seperator was used in older versions. + separator was used in older versions. @@ -143,7 +143,7 @@ $nombre_format_francais = number_format($number, 2, ',', ' '); $number = 1234.5678; -// english notation without thousands seperator +// english notation without thousands separator $english_format_number = number_format($number, 2, '.', ''); // 1234.57