guix-commits
[Top][All Lists]
Advanced

[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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]