]> granicus.if.org Git - php/commitdiff
Spelling
authorRichard Quadling <RQuadling@GMail.com>
Fri, 25 Sep 2015 11:16:53 +0000 (12:16 +0100)
committerXinchen Hui <laruence@gmail.com>
Wed, 30 Sep 2015 04:59:16 +0000 (12:59 +0800)
bugger => buffer

main/php_ini.c

index 67434d6365902d94ef185803da0e21d8d5eb4931..17d4e31aeb8cd0a0e89a70b9978c818407b22913 100644 (file)
@@ -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);