From d342d06630c6d6e820a465edd621931023e58446 Mon Sep 17 00:00:00 2001
From: Tobias Geerinckx-Rice <me@tobias.gr>
Date: Sun, 30 May 2021 15:02:34 +0200
Subject: [PATCH] gnu: julia-plotutils: Fix typo in description.

* gnu/packages/julia-xyz.scm (julia-plotutils)[description]: Fix typo.
---
 gnu/packages/julia-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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