summary refs log tree commit diff
path: root/pkgs/tools/text/ripgrep
diff options
context:
space:
mode:
authorTom Saeger <tom.saeger@gmail.com>2016-12-15 17:41:22 -0600
committerGitHub <noreply@github.com>2016-12-15 17:41:22 -0600
commite0e1bdc25c46abdeec359560b8ec1f7b10521cf3 (patch)
tree8abf3476dd83ac3f2db08ef9d77605554983f816 /pkgs/tools/text/ripgrep
parent2bcdc8c913a685fb39d7ef2c55af1072e1165575 (diff)
downloadnixpkgs-e0e1bdc25c46abdeec359560b8ec1f7b10521cf3.tar
nixpkgs-e0e1bdc25c46abdeec359560b8ec1f7b10521cf3.tar.gz
nixpkgs-e0e1bdc25c46abdeec359560b8ec1f7b10521cf3.tar.bz2
nixpkgs-e0e1bdc25c46abdeec359560b8ec1f7b10521cf3.tar.lz
nixpkgs-e0e1bdc25c46abdeec359560b8ec1f7b10521cf3.tar.xz
nixpkgs-e0e1bdc25c46abdeec359560b8ec1f7b10521cf3.tar.zst
nixpkgs-e0e1bdc25c46abdeec359560b8ec1f7b10521cf3.zip
Fixup description of ripgrep.
Diffstat (limited to 'pkgs/tools/text/ripgrep')
-rw-r--r--pkgs/tools/text/ripgrep/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/ripgrep/default.nix b/pkgs/tools/text/ripgrep/default.nix
index 3c2ef2e9533..bcf9312e951 100644
--- a/pkgs/tools/text/ripgrep/default.nix
+++ b/pkgs/tools/text/ripgrep/default.nix
@@ -16,7 +16,7 @@ buildRustPackage rec {
   depsSha256 = "10f7pkgaxwizl7kzhkry7wx1rgm9wsybwkk92myc29s7sqir2mx4";
 
   meta = with stdenv.lib; {
-    description = "An untility that combines the usability of The Silver Searcher with the raw speed of grep";
+    description = "A utility that combines the usability of The Silver Searcher with the raw speed of grep";
     homepage = https://github.com/BurntSushi/ripgrep;
     license = with licenses; [ unlicense ];
     maintainers = [ maintainers.tailhook ];