From 915c2bc0ff327ce2db99f118a3a1ab372d856392 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Fri, 18 May 2018 13:25:31 +0200 Subject: [PATCH] fixup! mingw: be *very* wary about outside environment changes Fix typo. Signed-off-by: Johannes Schindelin --- compat/mingw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compat/mingw.c b/compat/mingw.c index 596c1053a9..a8c53a392e 100644 --- a/compat/mingw.c +++ b/compat/mingw.c @@ -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) {