Skip to content

Commit f4f4c79

Browse files
committed
Spelling
bugger => buffer
1 parent c2ff33d commit f4f4c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/php_ini.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ int php_init_config(void)
421421

422422
SetLastError(0);
423423

424-
/*If the given bugger is not large enough to hold the data, the return value is
424+
/*If the given buffer is not large enough to hold the data, the return value is
425425
the buffer size, in characters, required to hold the string and its terminating
426426
null character. We use this return value to alloc the final buffer. */
427427
size = GetEnvironmentVariableA("PHPRC", &dummybuf, 0);

0 commit comments

Comments
 (0)