From bd3da6b6f2afda870927f55290169f91198675be Mon Sep 17 00:00:00 2001 From: figsoda Date: Tue, 4 Jul 2023 12:24:41 -0400 Subject: [PATCH] csvquote: fix typo --- pkgs/tools/text/csvquote/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/text/csvquote/default.nix b/pkgs/tools/text/csvquote/default.nix index 2812de208412..e4bf9b5a3377 100644 --- a/pkgs/tools/text/csvquote/default.nix +++ b/pkgs/tools/text/csvquote/default.nix @@ -38,7 +38,7 @@ stdenv.mkDerivation rec { ''; meta = with lib; { - description = "Enables common unix utlities like cut, awk, wc, head to work correctly with csv data containing delimiters and newlines"; + description = "Enables common unix utilities like cut, awk, wc, head to work correctly with csv data containing delimiters and newlines"; homepage = "https://github.com/dbro/csvquote"; license = licenses.mit; maintainers = with maintainers; [ figsoda ];