3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: cloc: Fix typo in description.

* gnu/packages/code.scm (cloc)[description]: Fix typo.
This commit is contained in:
Tobias Geerinckx-Rice 2017-09-10 22:12:14 +02:00
parent 7ca001c33d
commit e0f4966448
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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