diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2020-01-24 02:27:53 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2020-01-24 02:38:06 -0800 |
commit | 57c844bea7b9ba65771e33995d76c791084206f4 (patch) | |
tree | 0565255777ab9830649977065518498f7e0b8622 /gnu/packages | |
parent | 41d06fff1f1ff2c2af1c66a07ffcafcb4bc051c6 (diff) | |
download | guix-57c844bea7b9ba65771e33995d76c791084206f4.tar.gz guix-57c844bea7b9ba65771e33995d76c791084206f4.zip |
gnu: rust-which-2.0: Fix spelling of "executable".
* gnu/packages/crates-io (rust-which-2.0)[description]: Fix typo.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/crates-io.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 19a84f5cdb..348a7b8d57 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -13582,7 +13582,7 @@ attribute that is not in the shared backend crate.") (synopsis "Rust equivalent of Unix command \"which\"") (description "This package provides a Rust equivalent of Unix command \"which\". -Locate installed execuable in cross platforms.") +Locate installed executable in cross platforms.") (license license:expat))) (define-public rust-widestring-0.4 |