summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2021-11-17 17:56:32 -0800
committerVagrant Cascadian <vagrant@debian.org>2021-11-18 14:19:59 -0800
commitde0a3b578e3629ad4b0b1fcfcb9ca544620bd742 (patch)
tree9c5d5713bd0b07cf4fa77411daf3c10a7fd03a47
parent6fc80d9d4c6712f3da71ab09290163c7441adabe (diff)
downloadguix-patches-de0a3b578e3629ad4b0b1fcfcb9ca544620bd742.tar
guix-patches-de0a3b578e3629ad4b0b1fcfcb9ca544620bd742.tar.gz
gnu: python-ueberzug: Fix typo.
* gnu/packages/python-xyz.scm (python-ueberzug)[description]: Use "draws" instead of "allows to draw".
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 17d629bcb9..a6f8b10bf7 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -331,7 +331,7 @@ applications in mind and the idea to make logging fun.")
("python-xlib" ,python-xlib)))
(home-page "https://github.com/seebye/ueberzug")
(synopsis "Command line util to display images in combination with X11")
- (description "Überzug is a command line util which allows to draw images on
+ (description "Überzug is a command line util which draws images on
terminals by using child windows. The advantages of using Überzug are:
@itemize
@item No race conditions as a new window is created to display images.