summaryrefslogtreecommitdiff
path: root/gnu/packages/cran.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-05-30 15:10:42 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-05-30 15:13:41 +0200
commit6086e6ed1a038793e358becddded50d97593f691 (patch)
treefbce4ef63dd191567b7b4b8ab813682abfae0c54 /gnu/packages/cran.scm
parentd127fdd0e79905f99ace13039bc0919acf02eed2 (diff)
downloadguix-patches-6086e6ed1a038793e358becddded50d97593f691.tar
guix-patches-6086e6ed1a038793e358becddded50d97593f691.tar.gz
gnu: r-benchmarkmedata: Fix typo in description.
* gnu/packages/cran.scm (r-benchmarkmedata)[description]: Fix typo.
Diffstat (limited to 'gnu/packages/cran.scm')
-rw-r--r--gnu/packages/cran.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 94966e8d41..878980a230 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -367,7 +367,7 @@ for authoring journal articles and conference submissions.")
("r-tibble" ,r-tibble)))
(home-page "https://github.com/csgillespie/benchmarkme-data")
(synopsis "Data set for the @code{benchmarkme} package")
- (description "This pacakge contains the data set for the crowd sourced
+ (description "This package contains the data set for the crowd-sourced
benchmarks from running the @code{benchmarkme} package.")
(license license:gpl2+)))