gnu: emacs-evil-surround: Fix typo "parentheses".

* gnu/packages/emacs-xyz (emacs-evil-surround)
  [synopsis]: Fix typo.
  [description]: Fix typo.
master
Vagrant Cascadian 2019-05-22 16:15:50 -07:00
parent 27513c441c
commit 0a71b5dc09
No known key found for this signature in database
GPG Key ID: DC518FC87F9716AA
1 changed files with 2 additions and 2 deletions

View File

@ -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