diff options
author | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-01-16 12:04:00 +0100 |
---|---|---|
committer | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-01-16 12:04:00 +0100 |
commit | c3cf01b553b1a358531d0fa56e3caba51f9a3e33 (patch) | |
tree | b19a090b009fb0aab2142388d087670631e6eb7c /win32/build/confutils.js | |
parent | 0b4778c377a5753a0deb9cfc697d4f62acf93a29 (diff) | |
download | php-git-c3cf01b553b1a358531d0fa56e3caba51f9a3e33.tar.gz |
Fix #78880: Yet another batch of spelling errors
Diffstat (limited to 'win32/build/confutils.js')
-rw-r--r-- | win32/build/confutils.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/win32/build/confutils.js b/win32/build/confutils.js index 625dc9377d..560ce8a978 100644 --- a/win32/build/confutils.js +++ b/win32/build/confutils.js @@ -2327,7 +2327,7 @@ function generate_phpize() MF.WriteLine("var PHP_MINOR_VERSION=" + PHP_MINOR_VERSION); MF.WriteLine("var PHP_RELEASE_VERSION=" + PHP_RELEASE_VERSION); MF.WriteBlankLines(1); - MF.WriteLine("/* Genereted extensions list with mode (static/shared) */"); + MF.WriteLine("/* Generated extensions list with mode (static/shared) */"); var count = extensions_enabled.length; for (i in extensions_enabled) { @@ -2338,7 +2338,7 @@ function generate_phpize() } MF.WriteBlankLines(2); - MF.WriteLine("/* Genereted win32/build/phpize.js.in */"); + MF.WriteLine("/* Generated win32/build/phpize.js.in */"); MF.WriteBlankLines(1); MF.Write(file_get_contents("win32/build/phpize.js.in")); MF.Close(); @@ -3088,8 +3088,8 @@ function toolset_get_compiler_name(short) return name; } if (version >= 1920) { /* NOTE - VS is intentional. Due to changes in recent Visual Studio - versioning scheme refering to the exact VC++ version is - hardly predictable. From this version on, it refers to + versioning scheme referring to the exact VC++ version is + hardly predictable. From this version on, it refers to Visual Studio version and implies the default toolset. When new versions are introduced, adapt also checks in php_win32_image_compatible(), if needed. */ |