fixup! mingw: be *very* wary about outside environment changes

Fix typo.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
Johannes Schindelin
2018-05-18 13:25:31 +02:00
parent ae246e6327
commit 915c2bc0ff

View File

@@ -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)
{