summary refs log tree commit diff
path: root/pkgs/tools/text/csvquote/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/text/csvquote/default.nix')
-rw-r--r--pkgs/tools/text/csvquote/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/csvquote/default.nix b/pkgs/tools/text/csvquote/default.nix
index 2812de20841..e4bf9b5a337 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 ];