~ruther/guix-local

e0f4966448bae564b2084298de3a9232660429d3 — Tobias Geerinckx-Rice 8 years ago 7ca001c
gnu: cloc: Fix typo in description.

* gnu/packages/code.scm (cloc)[description]: Fix typo.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/code.scm
M gnu/packages/code.scm => gnu/packages/code.scm +1 -1
@@ 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