We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2ff33d commit f4f4c79Copy full SHA for f4f4c79
main/php_ini.c
@@ -421,7 +421,7 @@ int php_init_config(void)
421
422
SetLastError(0);
423
424
- /*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
425
the buffer size, in characters, required to hold the string and its terminating
426
null character. We use this return value to alloc the final buffer. */
427
size = GetEnvironmentVariableA("PHPRC", &dummybuf, 0);
0 commit comments