Browse Source

Spelling

bugger => buffer
pull/1545/merge
Richard Quadling 11 years ago
committed by Xinchen Hui
parent
commit
64990642cf
  1. 2
      main/php_ini.c

2
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);

Loading…
Cancel
Save