From: Anatol Belski Date: Wed, 15 Feb 2017 15:15:16 +0000 (+0100) Subject: fix typo X-Git-Tag: php-7.2.0alpha1~357 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=46df51132a48a89529df1794a708971c95e06618;p=php fix typo --- diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index 13bfb9f8f2..aeff21f9b4 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -21,7 +21,7 @@ PHP 7.1 INTERNALS UPGRADE NOTES - PHPAPI void php_stat(const char *filename, size_t filename_length, int type, zval *return_value); b. php_win32_get_random_bytes() - The iternal randomness source on Windows switched to use CNG API. + The internal randomness source on Windows switched to use CNG API. ========================