diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-09-10 22:12:14 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-09-11 00:54:01 +0200 |
commit | e0f4966448bae564b2084298de3a9232660429d3 (patch) | |
tree | e619d95e4f6fd3486674419866d44d3955dab672 /gnu/packages/code.scm | |
parent | 7ca001c33d0b0881a1d49910dc091b8cee5bc412 (diff) | |
download | patches-e0f4966448bae564b2084298de3a9232660429d3.tar patches-e0f4966448bae564b2084298de3a9232660429d3.tar.gz |
gnu: cloc: Fix typo in description.
* gnu/packages/code.scm (cloc)[description]: Fix typo.
Diffstat (limited to 'gnu/packages/code.scm')
-rw-r--r-- | gnu/packages/code.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm index e1ef77361d..6e04739f62 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 |