diff options
Diffstat (limited to 'tools/nixery/config/pkgsource.go')
-rw-r--r-- | tools/nixery/config/pkgsource.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/nixery/config/pkgsource.go b/tools/nixery/config/pkgsource.go index 380e664367e7..55007bc80623 100644 --- a/tools/nixery/config/pkgsource.go +++ b/tools/nixery/config/pkgsource.go @@ -32,7 +32,7 @@ type PkgSource interface { // for calling Nix. 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. // // The empty string means that this value is not cacheable due |