about summary refs log tree commit diff
path: root/pkgs/development/tools/statik/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/statik/default.nix')
-rw-r--r--pkgs/development/tools/statik/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/statik/default.nix b/pkgs/development/tools/statik/default.nix
index 977b08602735c..a5af2ed2d31ce 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;