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 /win32/build/confutils.js | |
parent | 1fa6f03265467ec1b8b9f898182792ec936dbd74 (diff) | |
download | php-git-afdaa91170a1f7b0387cf577d957d4d6c015c136.tar.gz |
Fix #78880: Final spelling fixes
Diffstat (limited to 'win32/build/confutils.js')
-rw-r--r-- | win32/build/confutils.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/build/confutils.js b/win32/build/confutils.js index 86d7f94c51..4b35517a4e 100644 --- a/win32/build/confutils.js +++ b/win32/build/confutils.js @@ -2422,7 +2422,7 @@ function handle_analyzer_makefile_flags(fd, key, val) { var relevant = false; - /* VS integrates /analyze with the bulid process, + /* VS integrates /analyze with the build process, no further action is required. */ if ("no" == PHP_ANALYZER || "vs" == PHP_ANALYZER) { return; |