[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: guix: Fix typo.
From: |
julien lepiller |
Subject: |
01/01: guix: Fix typo. |
Date: |
Fri, 11 May 2018 08:37:28 -0400 (EDT) |
roptat pushed a commit to branch master
in repository guix.
commit 10673d150f5d374081d1d993b936370cda31b0ad
Author: Julien Lepiller <address@hidden>
Date: Fri May 11 14:34:41 2018 +0200
guix: Fix typo.
* guix/scripts/lint.scm: Fix typo.
---
guix/scripts/lint.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix/scripts/lint.scm b/guix/scripts/lint.scm
index 4ec3267..cd80298 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)