summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-08-17 21:40:39 +0200
committerAnatol Belski <ab@php.net>2014-08-17 21:40:39 +0200
commit77eb6e727819214e003bb0832a52e530627d2316 (patch)
tree498f3cd472f4ca918ef019f40edb96e0759f3344 /win32
parentf2182ab845236a112ff63bcb8752b07943c999f1 (diff)
parent741605da73d424a3cb2fe29d2d5a610b010d0aff (diff)
downloadphp-git-77eb6e727819214e003bb0832a52e530627d2316.tar.gz
Merge branch 'master' of git.php.net:php-src
# By Veres Lajos (2) and Lior Kaplan (1) # Via Lior Kaplan * 'master' of git.php.net:php-src: Correct typo in comments: 'initialized' typofixes typofixes
Diffstat (limited to 'win32')
-rw-r--r--win32/build/confutils.js2
-rw-r--r--win32/sendmail.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/win32/build/confutils.js b/win32/build/confutils.js
index 489adf34a8..d8155bbaa8 100644
--- a/win32/build/confutils.js
+++ b/win32/build/confutils.js
@@ -1521,7 +1521,7 @@ function output_as_table(header, ar_out)
{
var l = header.length;
var cols = 80;
- var fixedlenght = "";
+ var fixedlength = "";
var t = 0;
var i,j,k,m;
var out = "| ";
diff --git a/win32/sendmail.h b/win32/sendmail.h
index 0a7698e2fe..6fed77ea06 100644
--- a/win32/sendmail.h
+++ b/win32/sendmail.h
@@ -5,7 +5,7 @@
#endif
#define HOST_NAME_LEN 256
-#define MAX_APPNAME_LENGHT 100
+#define MAX_APPNAME_LENGTH 100
#define MAIL_BUFFER_SIZE (1024*4) /* 4k buffer */
/* Return values */
#define MIN_ERROR_INDEX 0 /* Always 0 like SUCCESS */