]> granicus.if.org Git - php/commitdiff
Corrected a mispelled word.
authorEgon Schmid <eschmid@php.net>
Sun, 9 Jul 2000 14:14:51 +0000 (14:14 +0000)
committerEgon Schmid <eschmid@php.net>
Sun, 9 Jul 2000 14:14:51 +0000 (14:14 +0000)
ext/standard/math.c

index ec6ed97b6c2dcd9a63725c60df91461ca0869b12..588bedc32945dc62f7ceb65cf11b178cd239ffb6 100644 (file)
@@ -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)