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.
  */