From e86dffea3d9f704729788055164bfcfc612ca96c Mon Sep 17 00:00:00 2001 From: Shubham Tiwari <64764738+tiwarishub@users.noreply.github.com> Date: Fri, 1 Apr 2022 16:04:52 +0530 Subject: [PATCH] Update utils.ts --- src/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.ts b/src/utils.ts index eb3a1ba..d3d6e67 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -25,7 +25,7 @@ export interface IPyPyManifestRelease { files: IPyPyManifestAsset[]; } -/** create Symlinks for downloaded PyPy +/** create Symlinks for downflfoaded PyPy * It should be executed only for downloaded versions in runtime, because * toolcache versions have this setup. */