gnu: parinfer-rust: Fix typos in description.

* gnu/packages/text-editors.scm (parinfer-rust)[synopsis, description]:
Fix two different ways to mistype ‘parentheses’.
This commit is contained in:
Tobias Geerinckx-Rice 2021-09-27 16:25:28 +02:00
parent 339b96bdc5
commit 7092ca77d0
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -280,10 +280,10 @@ (define-public parinfer-rust
(inputs
`(("clang" ,clang)))
(home-page "https://github.com/justinbarclay/parinfer-rust")
(synopsis "Infer parantheses for Clojure, Lisp and Scheme")
(synopsis "Infer parentheses for Clojure, Lisp and Scheme")
(description
"Parinfer is a plugin for Kakoune, Vim, Neovim and Emacs that infers
paretheses and indentation. This library can be called from other editors that
parentheses and indentation. This library can be called from other editors that
can load dynamic libraries.")
(license license:expat)))