summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2020-04-12 15:21:50 -0700
committerVagrant Cascadian <vagrant@debian.org>2020-04-12 15:29:31 -0700
commit9df53f726d9ad4b6704ea2aa63f185eae3c096e2 (patch)
tree46cfa8696a0b1a56e9889e110dff30adcd110372
parent9df26b02064f30ca1b98a3084341c36d0479deea (diff)
downloadpatches-9df53f726d9ad4b6704ea2aa63f185eae3c096e2.tar
patches-9df53f726d9ad4b6704ea2aa63f185eae3c096e2.tar.gz
gnu: emacs-mbsync: Fix grammar of "allows to call" to "calls".
* gnu/packages/emacs-xyz (emacs-mbsync): Fix grammar.
-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 0d4c852578..8d9ee1862a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13960,7 +13960,7 @@ key again.")
(build-system emacs-build-system)
(home-page "https://github.com/dimitri/mbsync-el")
(synopsis "Interface to mbsync for Emacs")
- (description "This package allows to call the @code{mbsync} from
+ (description "This package calls @code{mbsync} from
within Emacs.")
(license license:gpl3+))))