diff options
author | 2022-07-09 14:29:16 -0400 | |
---|---|---|
committer | 2022-07-09 14:29:16 -0400 | |
commit | 5abee04991796af67a62488cfc4d7459ac858d47 (patch) | |
tree | d7e7d4afeedc747643841c383b2a46a0a2b265d7 | |
parent | a884ca155ea489fae296d8389c410d015256555a (diff) | |
parent | a0d471eda59db74300ac5a589a7a7231fa39da19 (diff) | |
download | bun-5abee04991796af67a62488cfc4d7459ac858d47.tar.gz bun-5abee04991796af67a62488cfc4d7459ac858d47.tar.zst bun-5abee04991796af67a62488cfc4d7459ac858d47.zip |
Merge pull request #483 from pvinis/patch-1
-rw-r--r-- | src/install/install.zig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/install/install.zig b/src/install/install.zig index 051eebb03..ff952af8d 100644 --- a/src/install/install.zig +++ b/src/install/install.zig @@ -1151,8 +1151,8 @@ pub const CacheLevel = struct { use_last_modified: bool, }; -// We can't know all the package s we need until we've downloaded all the packages -// The easy way wouild be: +// We can't know all the packages we need until we've downloaded all the packages +// The easy way would be: // 1. Download all packages, parsing their dependencies and enqueuing all dependnecies for resolution // 2. pub const PackageManager = struct { |