diff options
author | Brendan Tildesley <mail@brendan.scot> | 2020-09-19 15:59:47 +1000 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-09-21 22:37:54 +0300 |
commit | 1b8be80e5f41ffc484141b6925da9fb428179e64 (patch) | |
tree | b7228065ea290613c4d1dc1450daef65cd60e52b | |
parent | 635bf73d2f1b5e8bd913de4e673273a39830a7c2 (diff) | |
download | guix-1b8be80e5f41ffc484141b6925da9fb428179e64.tar.gz guix-1b8be80e5f41ffc484141b6925da9fb428179e64.zip |
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.scm | 2 |
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)))) |