summaryrefslogtreecommitdiff
path: root/cider-inspector.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2015-12-29 00:01:29 +0100
committerBozhidar Batsov <bozhidar@batsov.com>2015-12-29 00:01:29 +0100
commitacade58f5838fe6d89be21da0de26b3829a537f7 (patch)
tree8e6e1cd1cf6d2e9b6e00aa4af46bf78a52a476b9 /cider-inspector.el
parent25dd106292280b67244bde9f7425ad906da8a826 (diff)
Fix a typo
Diffstat (limited to 'cider-inspector.el')
-rw-r--r--cider-inspector.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider-inspector.el b/cider-inspector.el
index d3434fc7..3ddf1b7a 100644
--- a/cider-inspector.el
+++ b/cider-inspector.el
@@ -304,7 +304,7 @@ If ARG is negative, move forwards."
(defun cider-inspector-operate-on-point ()
"Invoke the command for the text at point.
-1. If point is on a value then recursivly call the inspector on
+1. If point is on a value then recursively call the inspector on
that value.
2. If point is on an action then call that action.
3. If point is on a range-button fetch and insert the range."