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