summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorMáté Kocsis <kocsismate@woohoolabs.com>2020-01-16 12:04:00 +0100
committerMáté Kocsis <kocsismate@woohoolabs.com>2020-01-16 12:04:00 +0100
commitc3cf01b553b1a358531d0fa56e3caba51f9a3e33 (patch)
treeb19a090b009fb0aab2142388d087670631e6eb7c /win32
parent0b4778c377a5753a0deb9cfc697d4f62acf93a29 (diff)
downloadphp-git-c3cf01b553b1a358531d0fa56e3caba51f9a3e33.tar.gz
Fix #78880: Yet another batch of spelling errors
Diffstat (limited to 'win32')
-rw-r--r--win32/build/confutils.js8
-rw-r--r--win32/build/mkdist.php2
-rw-r--r--win32/nice.c2
-rw-r--r--win32/sendmail.c6
4 files changed, 9 insertions, 9 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. */
diff --git a/win32/build/mkdist.php b/win32/build/mkdist.php
index 6f1f071148..c119530c03 100644
--- a/win32/build/mkdist.php
+++ b/win32/build/mkdist.php
@@ -284,7 +284,7 @@ Build: $build_dir
EOT
);
-/* list build-in extensions */
+/* list built-in extensions */
$exts = get_loaded_extensions();
fprintf($fp, "\r\nBuilt-in Extensions\r\n");
fwrite($fp, "===========================\r\n");
diff --git a/win32/nice.c b/win32/nice.c
index 181f6856d2..4b2d388362 100644
--- a/win32/nice.c
+++ b/win32/nice.c
@@ -54,7 +54,7 @@
* . PROCESS_MODE_BACKGROUND_BEGIN
* . PROCESS_MODE_BACKGROUND_END
* Process mode is not covered because it can easily forgotten to be changed
- * back and can cause unforseen side effects that is hard to debug. Besides
+ * back and can cause unforeseen side effects that is hard to debug. Besides
* that, these do generally not really fit into making a Windows somewhat
* compatible nice() function.
*/
diff --git a/win32/sendmail.c b/win32/sendmail.c
index 212eea4bcc..b685ab262f 100644
--- a/win32/sendmail.c
+++ b/win32/sendmail.c
@@ -114,7 +114,7 @@ static char *ErrorMessages[] =
/* This function is meant to unify the headers passed to to mail()
* This means, use PCRE to transform single occurrences of \n or \r in \r\n
- * As a second step we also eleminate all \r\n occurrences which are:
+ * As a second step we also eliminate all \r\n occurrences which are:
* 1) At the start of the header
* 2) At the end of the header
* 3) Two or more occurrences in the header are removed so only one is left
@@ -887,7 +887,7 @@ again:
/* Check for newline */
Index += rlen;
- /* SMPT RFC says \r\n is the only valid line ending, who are we to argue ;)
+ /* SMTP RFC says \r\n is the only valid line ending, who are we to argue ;)
* The response code must contain at least 5 characters ex. 220\r\n */
if (Received < 5 || buf[Received - 1] != '\n' || buf[Received - 2] != '\r') {
goto again;
@@ -958,7 +958,7 @@ static unsigned long GetAddr(LPSTR szHost)
// Name: int FormatEmailAddress
// Input:
// Output:
-// Description: Formats the email address to remove any content ouside
+// Description: Formats the email address to remove any content outside
// of the angle brackets < > as per RFC 2821.
//
// Returns the invalidly formatted mail address if the < > are