summaryrefslogtreecommitdiff
path: root/ext/standard/math.c
diff options
context:
space:
mode:
authorEgon Schmid <eschmid@php.net>1999-10-17 07:38:35 +0000
committerEgon Schmid <eschmid@php.net>1999-10-17 07:38:35 +0000
commit6025dd0bdaca48dca0a349809c5ca902893dd1b0 (patch)
treee85d224fd19ad8d1dce5518738bc6a97269eb724 /ext/standard/math.c
parentd8868ab205a3b42afa8eac0045f84dcedd8d9875 (diff)
downloadphp-git-6025dd0bdaca48dca0a349809c5ca902893dd1b0.tar.gz
One typo corrected.
Diffstat (limited to 'ext/standard/math.c')
-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 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)
{