From 003a93a0d22fd8336e932cda1358f2f294ebff56 Mon Sep 17 00:00:00 2001 From: Zhijie Yang Date: Thu, 7 Nov 2024 14:55:42 +0100 Subject: [PATCH] chore: fix typo (canonical#17) --- internal/setup/setup.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/setup/setup.go b/internal/setup/setup.go index b4a79710..633b8630 100644 --- a/internal/setup/setup.go +++ b/internal/setup/setup.go @@ -118,7 +118,7 @@ func (s SliceKey) String() string { return s.Package + "_" + s.Slice } // Selection holds the required configuration to create a Build for a selection // of slices from a Release. It's still an abstract proposal in the sense that -// the real information coming from pacakges is still unknown, so referenced +// the real information coming from packages is still unknown, so referenced // paths could potentially be missing, for example. type Selection struct { Release *Release