From 88e451b3dc5c23f52d4fe69d1c6abb4ca9463b1a Mon Sep 17 00:00:00 2001 From: Andrew Voynov <37143421+Andrew15-5@users.noreply.github.com> Date: Fri, 4 Jul 2025 20:02:02 +0300 Subject: [PATCH] Fix typo in PackageStorage (#6556) --- crates/typst-kit/src/package.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/typst-kit/src/package.rs b/crates/typst-kit/src/package.rs index 584ec83c0..e62e843cd 100644 --- a/crates/typst-kit/src/package.rs +++ b/crates/typst-kit/src/package.rs @@ -199,7 +199,7 @@ impl PackageStorage { // The place at which the specific package version will live in the end. let package_dir = base_dir.join(format!("{}", spec.version)); - // To prevent multiple Typst instances from interferring, we download + // To prevent multiple Typst instances from interfering, we download // into a temporary directory first and then move this directory to // its final destination. //