diff options
| author | Egon Schmid <eschmid@php.net> | 2000-07-09 14:14:51 +0000 |
|---|---|---|
| committer | Egon Schmid <eschmid@php.net> | 2000-07-09 14:14:51 +0000 |
| commit | 11b749e047dc4b12a56d18b32a6c67f2177a0a10 (patch) | |
| tree | a1d0fe39f92418d5a729b4e12201e55c7e43fb4f | |
| parent | fb8de6eec10bd73db424a585d32edf03fe375f6f (diff) | |
| download | php-git-11b749e047dc4b12a56d18b32a6c67f2177a0a10.tar.gz | |
Corrected a mispelled word.
| -rw-r--r-- | ext/standard/math.c | 2 |
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) |
