From 782a6f12d75d0af96e6ae797d38a492d4a9af7e8 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 22 Jun 2021 13:56:12 +0200 Subject: [PATCH] chore: fix typos discovered by codespell (#2442) --- lib/find-visualstudio.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/find-visualstudio.js b/lib/find-visualstudio.js index 9c6dad90f8..f2cce327e7 100644 --- a/lib/find-visualstudio.js +++ b/lib/find-visualstudio.js @@ -399,7 +399,7 @@ VisualStudioFinder.prototype = { }) }, - // After finding a usable version of Visual Stuido: + // After finding a usable version of Visual Studio: // - add it to validVersions to be displayed at the end if a specific // version was requested and not found; // - check if this is the version that was requested.