diff options
author | Egon Schmid <eschmid@php.net> | 1999-10-17 07:38:35 +0000 |
---|---|---|
committer | Egon Schmid <eschmid@php.net> | 1999-10-17 07:38:35 +0000 |
commit | 6025dd0bdaca48dca0a349809c5ca902893dd1b0 (patch) | |
tree | e85d224fd19ad8d1dce5518738bc6a97269eb724 /ext/standard/math.c | |
parent | d8868ab205a3b42afa8eac0045f84dcedd8d9875 (diff) | |
download | php-git-6025dd0bdaca48dca0a349809c5ca902893dd1b0.tar.gz |
One typo corrected.
Diffstat (limited to 'ext/standard/math.c')
-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 a606c28407..b75e004928 100644 --- a/ext/standard/math.c +++ b/ext/standard/math.c @@ -258,7 +258,7 @@ PHP_FUNCTION(pi) /* }}} */ /* {{{ proto double pow(double base, double exponent) - Returns base raised to the power of expopent */ + Returns base raised to the power of exponent */ PHP_FUNCTION(pow) { |