From: Egon Schmid Date: Sun, 9 Jul 2000 14:14:51 +0000 (+0000) Subject: Corrected a mispelled word. X-Git-Tag: PRE_FILE_COMPILE_API_CHANGE~341 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=11b749e047dc4b12a56d18b32a6c67f2177a0a10;p=php Corrected a mispelled word. --- diff --git a/ext/standard/math.c b/ext/standard/math.c index ec6ed97b6c..588bedc329 100644 --- a/ext/standard/math.c +++ b/ext/standard/math.c @@ -482,7 +482,7 @@ PHP_FUNCTION(bindec) } /* }}} */ -/* {{{ proto int hexdec(string hexadimal_number) +/* {{{ proto int hexdec(string hexadecimal_number) Returns the decimal equivalent of the hexadecimal number */ PHP_FUNCTION(hexdec)