diff options
-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 { |