From 39cfeea20bd74f0dec52c33dfa9b5c92b38ffcb1 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Sun, 20 Nov 2016 20:52:22 +0100 Subject: [PATCH] Remove typo --- win32/build/confutils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/build/confutils.js b/win32/build/confutils.js index 3042e1f13f0..c4b06aa707a 100644 --- a/win32/build/confutils.js +++ b/win32/build/confutils.js @@ -2810,7 +2810,7 @@ function toolset_setup_compiler() // 1700 is vs.net 2011 // 1800 is vs.net 2012 // 1900 is vs.net 2014 - // Which version of the compiler do we have?12 + // Which version of the compiler do we have? VCVERS = COMPILER_NUMERIC_VERSION; if (VCVERS < 1700) {