aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Michell Brito <32559031+michellbrito@users.noreply.github.com> 2022-07-09 14:29:16 -0400
committerGravatar GitHub <noreply@github.com> 2022-07-09 14:29:16 -0400
commit5abee04991796af67a62488cfc4d7459ac858d47 (patch)
treed7e7d4afeedc747643841c383b2a46a0a2b265d7
parenta884ca155ea489fae296d8389c410d015256555a (diff)
parenta0d471eda59db74300ac5a589a7a7231fa39da19 (diff)
downloadbun-5abee04991796af67a62488cfc4d7459ac858d47.tar.gz
bun-5abee04991796af67a62488cfc4d7459ac858d47.tar.zst
bun-5abee04991796af67a62488cfc4d7459ac858d47.zip
Merge pull request #483 from pvinis/patch-1
-rw-r--r--src/install/install.zig4
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 {