diff mbox series

[bug#43505] gnu: metapixel: Fix typo in description.

Message ID 20200919055947.26428-1-mail@brendan.scot
State Accepted
Headers show
Series [bug#43505] gnu: metapixel: Fix typo in description. | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job

Commit Message

Brendan Tildesley Sept. 19, 2020, 5:59 a.m. UTC
*  gnu/packages/image-processing.scm (metapixel)[description]: Fix typo.
---
 gnu/packages/image-processing.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Efraim Flashner Sept. 21, 2020, 7:38 p.m. UTC | #1
Good catch. Patch pushed!
diff mbox series

Patch

diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm
index c480fae05a..a1464d1c09 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -1013,7 +1013,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))))