guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/23: gnu: emacs-evil-surround: Fix typo "parentheses".


From: guix-commits
Subject: 07/23: gnu: emacs-evil-surround: Fix typo "parentheses".
Date: Wed, 22 May 2019 21:22:38 -0400 (EDT)

vagrantc pushed a commit to branch master
in repository guix.

commit 0a71b5dc09c4ef9bb7f37f197ce520236377a967
Author: Vagrant Cascadian <address@hidden>
Date:   Wed May 22 16:15:50 2019 -0700

    gnu: emacs-evil-surround: Fix typo "parentheses".
    
    * gnu/packages/emacs-xyz (emacs-evil-surround)
      [synopsis]: Fix typo.
      [description]: Fix typo.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 5de311d..ad4520e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7714,9 +7714,9 @@ pressed simultaneously or a single key quickly pressed 
twice.")
     (propagated-inputs
      `(("emacs-evil" ,emacs-evil)))
     (home-page "https://github.com/timcharper/evil-surround";)
-    (synopsis "Easily modify surrounding parantheses and quotes")
+    (synopsis "Easily modify surrounding parentheses and quotes")
     (description "@code{emacs-evil-surround} allows easy deletion, change and
-addition of surrounding pairs, such as parantheses and quotes, in evil mode.")
+addition of surrounding pairs, such as parentheses and quotes, in evil mode.")
     (license license:gpl3+)))
 
 (define-public emacs-evil-commentary



reply via email to

[Prev in Thread] Current Thread [Next in Thread]