From: Egon Schmid Date: Sun, 17 Oct 1999 07:38:35 +0000 (+0000) Subject: One typo corrected. X-Git-Tag: php-4.0b3_RC2~146 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6025dd0bdaca48dca0a349809c5ca902893dd1b0;p=php One typo corrected. --- 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) {