gnu: emacs-rspec: Fix typo "corresponding".

* gnu/packages/emacs-xyz (emacs-rspec)[description]: Fix typo.
This commit is contained in:
Vagrant Cascadian 2019-05-22 16:09:17 -07:00
parent 784c3da11e
commit 028dab34db
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -2646,7 +2646,7 @@ (define-public emacs-rspec
(description
"The Emacs RSpec mode provides keybindings for Ruby source files, e.g. to
verify the spec associated with the current buffer, or entire project, as well
as moving between the spec files, and coresponding code files.
as moving between the spec files, and corresponding code files.
Also included are keybindings for spec files and Dired buffers, as well as
snippets for yasnippet.")