From 6025dd0bdaca48dca0a349809c5ca902893dd1b0 Mon Sep 17 00:00:00 2001 From: Egon Schmid Date: Sun, 17 Oct 1999 07:38:35 +0000 Subject: [PATCH] One typo corrected. --- ext/standard/math.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.40.0