summaryrefslogtreecommitdiff
path: root/main/php_ini.c
diff options
context:
space:
mode:
authorRichard Quadling <RQuadling@GMail.com>2015-09-25 12:16:53 +0100
committerRichard Quadling <RQuadling@GMail.com>2015-09-25 12:16:53 +0100
commitf4f4c79cf93a3d4ca6d5c45f2b37ae39c974e92e (patch)
tree894bf19f685a164895010b38a8799da01aed7f6a /main/php_ini.c
parentc2ff33d7c91ca90e4279894f36e73bf51f20ca80 (diff)
downloadphp-git-f4f4c79cf93a3d4ca6d5c45f2b37ae39c974e92e.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);