summaryrefslogtreecommitdiff
path: root/gnu/packages/emacs-xyz.scm
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2019-05-22 16:09:17 -0700
committerVagrant Cascadian <vagrant@debian.org>2019-05-22 18:21:19 -0700
commit028dab34db03ee2f622835cea31400771175cf19 (patch)
tree829be84840b0a17328753f6a12b7c6655cc8d291 /gnu/packages/emacs-xyz.scm
parent784c3da11e48ff89639e604c00453be0cbe243e5 (diff)
downloadguix-patches-028dab34db03ee2f622835cea31400771175cf19.tar
guix-patches-028dab34db03ee2f622835cea31400771175cf19.tar.gz
gnu: emacs-rspec: Fix typo "corresponding".
* gnu/packages/emacs-xyz (emacs-rspec)[description]: Fix typo.
Diffstat (limited to 'gnu/packages/emacs-xyz.scm')
-rw-r--r--gnu/packages/emacs-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index bec6757807..4a1808194e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2646,7 +2646,7 @@ completing keywords and smart indentation.")
(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.")