zlib: fix typo

"verion" -> "version"

fetsorn f7811fef 84dec7a8

Changed files
+1 -1
pkgs
development
libraries
+1 -1
pkgs/development/libraries/zlib/default.nix
···
export CHOST=${stdenv.hostPlatform.config}
'';
-
# For zlib's ./configure (as of verion 1.2.11), the order
+
# For zlib's ./configure (as of version 1.2.11), the order
# of --static/--shared flags matters!
# `--shared --static` builds only static libs, while
# `--static --shared` builds both.