[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/07: lint: Fix typos in checker descriptions.
From: |
Ludovic Courtès |
Subject: |
07/07: lint: Fix typos in checker descriptions. |
Date: |
Wed, 19 Nov 2014 21:53:58 +0000 |
civodul pushed a commit to branch master
in repository guix.
commit 8b9019a6a90f048d883dc85a57af0ad07a4e3fc4
Author: Ludovic Courtès <address@hidden>
Date: Wed Nov 19 22:45:47 2014 +0100
lint: Fix typos in checker descriptions.
* guix/scripts/lint.scm (%checkers): "file names" (two words), and
"synopses" (plural).
---
guix/scripts/lint.scm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/guix/scripts/lint.scm b/guix/scripts/lint.scm
index 2ba7a68..afecd55 100644
--- a/guix/scripts/lint.scm
+++ b/guix/scripts/lint.scm
@@ -293,11 +293,11 @@ descriptions maintained upstream."
(check check-inputs-should-be-native))
(lint-checker
(name 'patch-filenames)
- (description "Validate filenames of patches")
+ (description "Validate file names of patches")
(check check-patches))
(lint-checker
(name 'synopsis)
- (description "Validate package synopsis")
+ (description "Validate package synopses")
(check check-synopsis-style))))
(define (run-checkers package checkers)
- branch master updated (77264d1 -> 8b9019a), Ludovic Courtès, 2014/11/19
- 01/07: licenses: Add the Clarified Artistic License., Ludovic Courtès, 2014/11/19
- 06/07: lint: Use localized checker descriptions., Ludovic Courtès, 2014/11/19
- 04/07: lint: Change checker names to be symbols., Ludovic Courtès, 2014/11/19
- 07/07: lint: Fix typos in checker descriptions.,
Ludovic Courtès <=
- 05/07: lint: Correctly internationalize warning messages., Ludovic Courtès, 2014/11/19
- 02/07: gnu: Add NcFTP Client., Ludovic Courtès, 2014/11/19
- 03/07: lint: Fold 'sync-descriptions' script as 'gnu-description' lint checker., Ludovic Courtès, 2014/11/19