From: Richard Quadling Date: Fri, 25 Sep 2015 11:16:53 +0000 (+0100) Subject: Spelling X-Git-Tag: php-7.1.0alpha1~1062^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=64990642cf6bac5fcb9d93ce4c9b859cc552f70e;p=php Spelling bugger => buffer --- 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);