diff options
| author | Andrew Voynov <37143421+Andrew15-5@users.noreply.github.com> | 2025-07-04 20:02:02 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-04 17:02:02 +0000 |
| commit | 88e451b3dc5c23f52d4fe69d1c6abb4ca9463b1a (patch) | |
| tree | cb0f9dbd8b11340b8e1c72e8a4ceb4465188ec77 | |
| parent | cc3a68ecb1a1fc55a771d6c29d0282ba98857333 (diff) | |
Fix typo in PackageStorage (#6556)
| -rw-r--r-- | crates/typst-kit/src/package.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-kit/src/package.rs b/crates/typst-kit/src/package.rs index 584ec83c..e62e843c 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. // |
