diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-30 15:02:34 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-30 15:13:40 +0200 |
commit | d342d06630c6d6e820a465edd621931023e58446 (patch) | |
tree | 51c296943e8d3a0bfee6bdbcc4501329ade6c6bd | |
parent | bf2a36164375654c9ccb2bf96ada3f276da6b5eb (diff) | |
download | guix-d342d06630c6d6e820a465edd621931023e58446.tar.gz guix-d342d06630c6d6e820a465edd621931023e58446.zip |
gnu: julia-plotutils: Fix typo in description.
* gnu/packages/julia-xyz.scm (julia-plotutils)[description]: Fix typo.
-rw-r--r-- | gnu/packages/julia-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm index 19ba80641d..66289a78a7 100644 --- a/gnu/packages/julia-xyz.scm +++ b/gnu/packages/julia-xyz.scm @@ -1269,7 +1269,7 @@ actual computation.") `(("julia-stablerngs" ,julia-stablerngs))) (home-page "https://github.com/JuliaPlots/PlotUtils.jl") (synopsis "Helper algorithms for building plotting components") - (description "This package containts generic helper algorithms for building + (description "This package contains generic helper algorithms for building plotting components.") (license license:expat))) |