summaryrefslogtreecommitdiff
path: root/gnu/packages/text-editors.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-09-27 16:25:28 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-09-29 16:56:39 +0200
commit7092ca77d0d55b1c6064676f162b90dbbc808a3b (patch)
tree64607e254771e6182bb95a03dfdb277d10586e26 /gnu/packages/text-editors.scm
parent339b96bdc5a6a4121c3a98725615353dd9f2e69b (diff)
gnu: parinfer-rust: Fix typos in description.
* gnu/packages/text-editors.scm (parinfer-rust)[synopsis, description]: Fix two different ways to mistype ‘parentheses’.
Diffstat (limited to 'gnu/packages/text-editors.scm')
-rw-r--r--gnu/packages/text-editors.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index 3f427d0931..29b159f1a7 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -280,10 +280,10 @@ 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)))