aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/code.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-09-10 22:12:14 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2017-09-11 00:54:01 +0200
commite0f4966448bae564b2084298de3a9232660429d3 (patch)
treee619d95e4f6fd3486674419866d44d3955dab672 /gnu/packages/code.scm
parent7ca001c33d0b0881a1d49910dc091b8cee5bc412 (diff)
downloadguix-e0f4966448bae564b2084298de3a9232660429d3.tar
guix-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.scm2
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