]> granicus.if.org Git - php/commitdiff
One typo corrected.
authorEgon Schmid <eschmid@php.net>
Sun, 17 Oct 1999 07:38:35 +0000 (07:38 +0000)
committerEgon Schmid <eschmid@php.net>
Sun, 17 Oct 1999 07:38:35 +0000 (07:38 +0000)
ext/standard/math.c

index a606c28407ccc4724021b26d49caeead96ef9b42..b75e0049281a2062d1faee710489a86ff0f26a24 100644 (file)
@@ -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)
 {