com php-src: fix typo: UPGRADING.INTERNALS
[email protected] (Anatol Belski)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 46df51132a48a89529df1794a708971c95e06618 Author: Anatol Belski <[email protected]> Wed, 15 Feb 2017 16:15:16 +0100 Parents: e35376c1e2232136f2c195b608075604499b19c9 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=46df51132a48a89529df1794a708971c95e06618 Log: fix typo Changed paths: M UPGRADING.INTERNALS Diff: diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index 13bfb9f..aeff21f 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. ========================