diff options
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) { |
