Skip to content

Commit

Permalink
fixup! mingw: be *very* wary about outside environment changes
Browse files Browse the repository at this point in the history
Fix typo.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
  • Loading branch information
dscho committed May 18, 2018
1 parent ae246e6 commit 915c2bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compat/mingw.c
Original file line number Diff line number Diff line change
Expand Up @@ -2069,7 +2069,7 @@ static int compareenv(const void *v1, const void *v2)
* environment variable (at least in certain circumstances).
*
* Therefore we need to be *really* careful *not* to assume that we have
* sole control over the environment and reinitalize it when necessary.
* sole control over the environment and reinitialize it when necessary.
*/
static void maybe_reinitialize_environ(void)
{
Expand Down

0 comments on commit 915c2bc

Please sign in to comment.