summaryrefslogtreecommitdiff
path: root/cider-client.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2017-12-10 16:58:44 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2017-12-10 16:58:44 +0200
commitf2faaf90735f06914789b57f8c8f57f6db3e2bbc (patch)
treec0b4544e60a36afb24211634793ac72cb16afd37 /cider-client.el
parent788ba581ecbe806752583b05f1a4bd0404a76bf9 (diff)
Fix a typo
Diffstat (limited to 'cider-client.el')
-rw-r--r--cider-client.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider-client.el b/cider-client.el
index 1e7439b6..6d967e5d 100644
--- a/cider-client.el
+++ b/cider-client.el
@@ -329,7 +329,7 @@ to a still-undetermined bug in the state-stracker backend."
(unless cider--has-warned-about-bad-repl-type
(setq cider--has-warned-about-bad-repl-type t)
(read-key
- (concat "The ClojureScript REPL seems to be is misbehaving."
+ (concat "The ClojureScript REPL seems to be misbehaving."
(substitute-command-keys
"\nWe have applied a workaround, but please also file a bug report with `\\[cider-report-bug]'.")
"\nPress any key to continue.")))