guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/06: gnu: cloc: Fix typo in description.


From: Tobias Geerinckx-Rice
Subject: 03/06: gnu: cloc: Fix typo in description.
Date: Sun, 10 Sep 2017 18:53:12 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit e0f4966448bae564b2084298de3a9232660429d3
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Sep 10 22:12:14 2017 +0200

    gnu: cloc: Fix typo in description.
    
    * gnu/packages/code.scm (cloc)[description]: Fix typo.
---
 gnu/packages/code.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm
index e1ef773..6e04739 100644
--- a/gnu/packages/code.scm
+++ b/gnu/packages/code.scm
@@ -241,7 +241,7 @@ of source code in many programming languages.  Given two 
versions of a code
 base, cloc can compute differences in blank, comment, and source lines.
 
 cloc contains code from David Wheeler's SLOCCount.  Compared to SLOCCount,
-cloc can handle a greater variety of programming langauges.")
+cloc can handle a greater variety of programming languages.")
     (license license:gpl2+)))
 
 (define-public the-silver-searcher



reply via email to

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