From a0d471eda59db74300ac5a589a7a7231fa39da19 Mon Sep 17 00:00:00 2001 From: Pavlos Vinieratos Date: Sat, 9 Jul 2022 10:40:17 +0100 Subject: typo --- src/install/install.zig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 { -- cgit v1.2.3