about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--tools/nixery/config/pkgsource.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/nixery/config/pkgsource.go b/tools/nixery/config/pkgsource.go
index 380e664367..55007bc806 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