lint: Fix typos in checker descriptions.
* guix/scripts/lint.scm (%checkers): "file names" (two words), and "synopses" (plural).
This commit is contained in:
parent
db6dcf816f
commit
8b9019a6a9
1 changed files with 2 additions and 2 deletions
|
@ -293,11 +293,11 @@ (define %checkers
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue