From 028dab34db03ee2f622835cea31400771175cf19 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Wed, 22 May 2019 16:09:17 -0700 Subject: [PATCH] gnu: emacs-rspec: Fix typo "corresponding". * gnu/packages/emacs-xyz (emacs-rspec)[description]: Fix typo. --- gnu/packages/emacs-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ (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.")