summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-04-09 19:51:32 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-04-10 14:11:29 +0200
commitf45284f127a7a7fb5bf4cdb5141f13109ea98c6a (patch)
tree180e2ddafa1702ba7f73bc335397b6b083984dcb /gnu
parent37d47061669af411e3418aacce5c17d277abee6a (diff)
downloadguix-patches-f45284f127a7a7fb5bf4cdb5141f13109ea98c6a.tar
guix-patches-f45284f127a7a7fb5bf4cdb5141f13109ea98c6a.tar.gz
gnu: emacs-webpaste: Fix typo in description.
* gnu/packages/emacs-xyz.scm (emacs-webpaste)[description]: Fix typo.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/emacs-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ca1daaeb82..a71b1c4cf7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27479,7 +27479,7 @@ rules about where space should be left to separate words and parentheses.")
(description "This mode allows to paste whole buffers or parts of buffers
to pastebin-like services. It supports more than one service and will
failover if one service fails. More services can easily be added over time
-and prefered services can easily be configured.")
+and preferred services can easily be configured.")
(license license:gpl3+)))
(define-public emacs-keystore-mode