summaryrefslogtreecommitdiff
path: root/main/php_ini.c
diff options
context:
space:
mode:
authorRichard Quadling <RQuadling@GMail.com>2015-09-25 12:16:53 +0100
committerXinchen Hui <laruence@gmail.com>2015-09-30 12:59:16 +0800
commit64990642cf6bac5fcb9d93ce4c9b859cc552f70e (patch)
tree844ca34ee35b57cedc9b66a17ec8a99cb0a278aa /main/php_ini.c
parent11baa1b672718c11636b601a3dc8b45be09fb088 (diff)
downloadphp-git-64990642cf6bac5fcb9d93ce4c9b859cc552f70e.tar.gz
Spelling
bugger => buffer
Diffstat (limited to 'main/php_ini.c')
-rw-r--r--main/php_ini.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php_ini.c b/main/php_ini.c
index 67434d6365..17d4e31aeb 100644
--- a/main/php_ini.c
+++ b/main/php_ini.c
@@ -421,7 +421,7 @@ int php_init_config(void)
SetLastError(0);
- /*If the given bugger is not large enough to hold the data, the return value is
+ /*If the given buffer is not large enough to hold the data, the return value is
the buffer size, in characters, required to hold the string and its terminating
null character. We use this return value to alloc the final buffer. */
size = GetEnvironmentVariableA("PHPRC", &dummybuf, 0);