Skip to content

Commit f2faaf9

Browse files
committed
Fix a typo
1 parent 788ba58 commit f2faaf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cider-client.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ to a still-undetermined bug in the state-stracker backend."
329329
(unless cider--has-warned-about-bad-repl-type
330330
(setq cider--has-warned-about-bad-repl-type t)
331331
(read-key
332-
(concat "The ClojureScript REPL seems to be is misbehaving."
332+
(concat "The ClojureScript REPL seems to be misbehaving."
333333
(substitute-command-keys
334334
"\nWe have applied a workaround, but please also file a bug report with `\\[cider-report-bug]'.")
335335
"\nPress any key to continue.")))

0 commit comments

Comments
 (0)