From 3dfa29965387047f0ef085625970c52bc317a1e7 Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 25 Feb 2022 09:55:45 +1100 Subject: Fix typo in comment. --- win32/scintilla.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/scintilla.mak b/win32/scintilla.mak index 9b0edd6d0..3e089c46a 100644 --- a/win32/scintilla.mak +++ b/win32/scintilla.mak @@ -21,7 +21,7 @@ LD=link !IFDEF SUPPORT_XP ADD_DEFINE=-D_USING_V110_SDK71_ # Different subsystems for 32-bit and 64-bit Windows XP so detect based on Platform -# environment vairable set by vcvars*.bat to be either x86 or x64 +# environment variable set by vcvars*.bat to be either x86 or x64 !IF "$(PLATFORM)" == "x64" SUBSYSTEM=-SUBSYSTEM:WINDOWS,5.02 !ELSE -- cgit v1.2.3