diff options
author | Dave Nicponski <dave.nicponski@gmail.com> | 2020-12-03T18·53-0500 |
---|---|---|
committer | Vincent Ambo <mail@tazj.in> | 2020-12-04T13·17+0100 |
commit | 8ad5c55ad281902e91e2c4d9a7f8e33d9f73c24e (patch) | |
tree | b271a0e576d40f4ef6fde6bd945d3e02d67be05b /tools/nixery | |
parent | cc35bf0fc3a900dccf4f9edcc581cadb5956c439 (diff) |
docs(config): Fix comment typo
Diffstat (limited to 'tools/nixery')
-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 |