Commit 15ca0c9471

Igor Anić <igor.anic@gmail.com>
2024-03-20 22:22:17
fix typo
1 parent a5a928b
Changed files (1)
src
Package
src/Package/Fetch.zig
@@ -536,7 +536,7 @@ fn runResource(
         ) });
         return error.FetchFailed;
     };
-    // Remove temporary directory root if that not already done in rename.
+    // Remove temporary directory root if that's not already done in rename.
     if (tmp_package_root_sub_path) |_| {
         cache_root.handle.deleteTree(tmp_dir_sub_path) catch {};
     }