]> granicus.if.org Git - php/commitdiff
Fixed a proto.
authorEgon Schmid <eschmid@php.net>
Mon, 12 Jun 2000 15:17:08 +0000 (15:17 +0000)
committerEgon Schmid <eschmid@php.net>
Mon, 12 Jun 2000 15:17:08 +0000 (15:17 +0000)
ext/standard/math.c

index dfda0404582031ee9dd566a6abac32b06e05f7c8..c48fd1c0bbbbd5cf00d9d16e12203ed3d493cea6 100644 (file)
@@ -679,7 +679,7 @@ char *_php_math_number_format(double d,int dec,char dec_point,char thousand_sep)
 }
 
 /* }}} */
-/* {{{ proto string number_format(double number [, int num_decimal_places [, string  dec_seperator, string thousands_seperator)]])
+/* {{{ proto string number_format(double number [, int num_decimal_places [, string dec_seperator, string thousands_seperator]])
    Formats a number with grouped thousands */
 
 PHP_FUNCTION(number_format)