Skip to content

Commit 915c2bc

Browse files
committed
fixup! mingw: be *very* wary about outside environment changes
Fix typo. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent ae246e6 commit 915c2bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compat/mingw.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2069,7 +2069,7 @@ static int compareenv(const void *v1, const void *v2)
20692069
* environment variable (at least in certain circumstances).
20702070
*
20712071
* Therefore we need to be *really* careful *not* to assume that we have
2072-
* sole control over the environment and reinitalize it when necessary.
2072+
* sole control over the environment and reinitialize it when necessary.
20732073
*/
20742074
static void maybe_reinitialize_environ(void)
20752075
{

0 commit comments

Comments
 (0)