diff options
author | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-01-16 19:04:42 +0100 |
---|---|---|
committer | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-01-16 19:14:31 +0100 |
commit | afdaa91170a1f7b0387cf577d957d4d6c015c136 (patch) | |
tree | 90957242274bd0b0e8669b1e580817f280c944a2 /ext/standard/php_math.h | |
parent | 1fa6f03265467ec1b8b9f898182792ec936dbd74 (diff) | |
download | php-git-afdaa91170a1f7b0387cf577d957d4d6c015c136.tar.gz |
Fix #78880: Final spelling fixes
Diffstat (limited to 'ext/standard/php_math.h')
-rw-r--r-- | ext/standard/php_math.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/php_math.h b/ext/standard/php_math.h index e85fd120f2..cdc524f4a2 100644 --- a/ext/standard/php_math.h +++ b/ext/standard/php_math.h @@ -65,7 +65,7 @@ PHP_FUNCTION(rad2deg); PHP_FUNCTION(intdiv); /* - WARNING: these functions are expermental: they could change their names or + WARNING: these functions are experimental: they could change their names or disappear in the next version of PHP! */ PHP_FUNCTION(hypot); |