diff options
author | Julien Lepiller <julien@lepiller.eu> | 2018-05-11 14:34:41 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2018-05-11 14:36:53 +0200 |
commit | 10673d150f5d374081d1d993b936370cda31b0ad (patch) | |
tree | 9f3774d79b87e577137cd5a0db9b82b47d1b05ff /guix/scripts/lint.scm | |
parent | 1b960787e21eb746df051592094478dd5ce8bcbb (diff) | |
download | gnu-guix-10673d150f5d374081d1d993b936370cda31b0ad.tar gnu-guix-10673d150f5d374081d1d993b936370cda31b0ad.tar.gz |
guix: Fix typo.
* guix/scripts/lint.scm: Fix typo.
Diffstat (limited to 'guix/scripts/lint.scm')
-rw-r--r-- | guix/scripts/lint.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/scripts/lint.scm b/guix/scripts/lint.scm index 4ec3267007..cd802985dc 100644 --- a/guix/scripts/lint.scm +++ b/guix/scripts/lint.scm @@ -1037,7 +1037,7 @@ them for PACKAGE." (check check-inputs-should-be-native)) (lint-checker (name 'inputs-should-not-be-input) - (description "Identify inputs that should be inputs at all") + (description "Identify inputs that shouldn't be inputs at all") (check check-inputs-should-not-be-an-input-at-all)) (lint-checker (name 'patch-file-names) |