Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
bugger => buffer
  • Loading branch information
rquadling authored and laruence committed Sep 30, 2015
1 parent 11baa1b commit 6499064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/php_ini.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 6499064

Please sign in to comment.