summaryrefslogtreecommitdiff
path: root/cider-test.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-02-07 14:39:07 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2016-02-07 14:39:07 +0200
commit33992bec8413807739bb26fd94e872fda145872d (patch)
tree67da63d47df4e0f7e0369bcc094ef9f8622bca60 /cider-test.el
parent8306905c36bf9c21e4265cd3c3d9fb7a6ae95215 (diff)
Add a missing space
Diffstat (limited to 'cider-test.el')
-rw-r--r--cider-test.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider-test.el b/cider-test.el
index 88a7de08..ceb56e9d 100644
--- a/cider-test.el
+++ b/cider-test.el
@@ -614,7 +614,7 @@ current ns."
(defun cider-test-run-test ()
"Run the test at point.
The test ns/var exist as text properties on report items and on highlighted
-failed/erred test definitions. When not found, a test definition at point
+failed/erred test definitions. When not found, a test definition at point
is searched."
(interactive)
(let ((ns (get-text-property (point) 'ns))