aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Pavlos Vinieratos <pvinis@gmail.com> 2022-07-09 10:40:17 +0100
committerGravatar GitHub <noreply@github.com> 2022-07-09 10:40:17 +0100
commita0d471eda59db74300ac5a589a7a7231fa39da19 (patch)
tree8b06fda93d25048298fa04be52ac96a22ce5b4db /src
parentf58501fc6272e27a1ec6ff92615d4154a77d0d23 (diff)
downloadbun-a0d471eda59db74300ac5a589a7a7231fa39da19.tar.gz
bun-a0d471eda59db74300ac5a589a7a7231fa39da19.tar.zst
bun-a0d471eda59db74300ac5a589a7a7231fa39da19.zip
typo
Diffstat (limited to 'src')
-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 {