From 6bb5e991abe012fb401936daf800df869f16e29b Mon Sep 17 00:00:00 2001 From: Hector Jusforgues Date: Sat, 24 Jun 2017 17:25:19 +0200 Subject: [PATCH] perl-packages: fix typo in comment (#26819) --- pkgs/top-level/perl-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix index 5d8ae3ddc1d8..fe6e513dec9d 100644 --- a/pkgs/top-level/perl-packages.nix +++ b/pkgs/top-level/perl-packages.nix @@ -3,7 +3,7 @@ them. Also, because most Nix expressions for CPAN packages are trivial, most are actually defined here. I.e. there's no function for each package in a separate file: the call to the function would - be almost as must code as the function itself. */ + be almost as much code as the function itself. */ {pkgs, overrides}: