From 690982e84f4cfe884f8c6bf703be839558d75a85 Mon Sep 17 00:00:00 2001
From: Shubham Tiwari <64764738+tiwarishub@users.noreply.github.com>
Date: Wed, 30 Mar 2022 12:16:18 +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 fc2be06d..0aae7f79 100644
--- a/src/utils.ts
+++ b/src/utils.ts
@@ -23,7 +23,7 @@ export interface IPyPyManifestRelease {
   files: IPyPyManifestAsset[];
 }
 
-/** create Symlinks for downloaded PyPy
+/** createsd Symlinks for downloaded PyPy
  *  It should be executed only for downloaded versions in runtime, because
  *  toolcache versions have this setup.
  */