diff --git a/pkgs/development/tools/statik/default.nix b/pkgs/development/tools/statik/default.nix index 977b0860273..a5af2ed2d31 100644 --- a/pkgs/development/tools/statik/default.nix +++ b/pkgs/development/tools/statik/default.nix @@ -15,7 +15,7 @@ buildGoModule rec { # Avoid building example subPackages = [ "." "fs" ]; - # Tests are checking that the files embeded are preserving + # Tests are checking that the files embedded are preserving # their meta data like dates etc, but it assumes to be in 2048 # which is not the case once entered the nix store doCheck = false;