aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/zlib
diff options
context:
space:
mode:
authorNiklas Hambüchen <mail@nh2.me>2019-12-06 20:45:58 +0100
committerNiklas Hambüchen <mail@nh2.me>2019-12-06 20:45:58 +0100
commit6393bdb0ed249336c9eef87ec5e701a692faaf80 (patch)
tree09d89778503f88aa51b6ece1e12619564732efd8 /pkgs/development/libraries/zlib
parent3ccbce4b128a202753aa19fc6f8a34f46f86e8b3 (diff)
zlib: Fix typo in comment. No eval changes.
This created confusion in #71813.
Diffstat (limited to 'pkgs/development/libraries/zlib')
-rw-r--r--pkgs/development/libraries/zlib/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/zlib/default.nix b/pkgs/development/libraries/zlib/default.nix
index b0f8ae503ea4..71da686ce48f 100644
--- a/pkgs/development/libraries/zlib/default.nix
+++ b/pkgs/development/libraries/zlib/default.nix
@@ -5,7 +5,7 @@
, shared ? true
, static ? true
# If true, a separate .static ouput is created and the .a is moved there.
-# In this case `pkg-config` will auto detection will currently not work if the
+# In this case `pkg-config` auto detection does not currently work if the
# .static output is given as `buildInputs` to another package (#66461), because
# the `.pc` file lists only the main output's lib dir.
# If false, and if `{ static = true; }`, the .a stays in the main output.