From 11b749e047dc4b12a56d18b32a6c67f2177a0a10 Mon Sep 17 00:00:00 2001 From: Egon Schmid Date: Sun, 9 Jul 2000 14:14:51 +0000 Subject: [PATCH] Corrected a mispelled word. --- ext/standard/math.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.50.1