summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgon Schmid <eschmid@php.net>2000-07-09 14:14:51 +0000
committerEgon Schmid <eschmid@php.net>2000-07-09 14:14:51 +0000
commit11b749e047dc4b12a56d18b32a6c67f2177a0a10 (patch)
treea1d0fe39f92418d5a729b4e12201e55c7e43fb4f
parentfb8de6eec10bd73db424a585d32edf03fe375f6f (diff)
downloadphp-git-11b749e047dc4b12a56d18b32a6c67f2177a0a10.tar.gz
Corrected a mispelled word.
-rw-r--r--ext/standard/math.c2
1 files changed, 1 insertions, 1 deletions
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)