summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrendan Tildesley <mail@brendan.scot>2020-09-19 15:59:47 +1000
committerEfraim Flashner <efraim@flashner.co.il>2020-09-21 22:37:54 +0300
commit1b8be80e5f41ffc484141b6925da9fb428179e64 (patch)
treeb7228065ea290613c4d1dc1450daef65cd60e52b
parent635bf73d2f1b5e8bd913de4e673273a39830a7c2 (diff)
downloadguix-1b8be80e5f41ffc484141b6925da9fb428179e64.tar.gz
gnu: metapixel: Fix typo in description.
*  gnu/packages/image-processing.scm (metapixel)[description]: Fix typo.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
-rw-r--r--gnu/packages/image-processing.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm
index 9158e14938..2edf2e0cac 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -1011,7 +1011,7 @@ full-featured UI aimed at clinical researchers.")
       (description "Metapixel is a program for generating photomosaics.  It can
 generate classical photomosaics, in which the source image is viewed as a
 matrix of equally sized rectangles for each of which a matching image is
-substitued, as well as collage-style photomosaics, in which rectangular parts
+substituted, as well as collage-style photomosaics, in which rectangular parts
 of the source image at arbitrary positions (i.e. not aligned to a matrix) are
 substituted by matching images.")
       (license license:gpl2))))