summaryrefslogtreecommitdiff
path: root/UPGRADING.INTERNALS
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-02-15 16:15:16 +0100
committerAnatol Belski <ab@php.net>2017-02-15 16:15:16 +0100
commit46df51132a48a89529df1794a708971c95e06618 (patch)
treeb2a8cb8e7af7cf6b3b7bbb3f848038cb4cca327f /UPGRADING.INTERNALS
parente35376c1e2232136f2c195b608075604499b19c9 (diff)
downloadphp-git-46df51132a48a89529df1794a708971c95e06618.tar.gz
fix typo
Diffstat (limited to 'UPGRADING.INTERNALS')
-rw-r--r--UPGRADING.INTERNALS2
1 files changed, 1 insertions, 1 deletions
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.
========================