docs(config): Fix comment typo

This commit is contained in:
Dave Nicponski 2020-12-03 13:53:31 -05:00 committed by Vincent Ambo
parent bb8652d5bf
commit 00637a1471

View File

@ -32,7 +32,7 @@ type PkgSource interface {
// for calling Nix. // for calling Nix.
Render(tag string) (string, string) Render(tag string) (string, string)
// Create a key by which builds for this source and iamge // Create a key by which builds for this source and image
// combination can be cached. // combination can be cached.
// //
// The empty string means that this value is not cacheable due // The empty string means that this value is not cacheable due