diff --git a/src/installer.ts b/src/installer.ts index cbdffa8..de3c8a3 100644 --- a/src/installer.ts +++ b/src/installer.ts @@ -186,7 +186,7 @@ function getFileName(version: string): string { const arch: string = arches[osArch] || arches['default']; let ext: string; if (version == 'tip') { - // Git work tree for tip builds does not have an externsion. + // Git work tree for tip builds does not have an extension. ext = ''; } else if (osPlat == 'win32') { ext = '.zip';