Skip to content

Commit 77085ed

Browse files
committed
Fix typo
1 parent 6167e2f commit 77085ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cider.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ should be the regular Clojure REPL started by the server process filter."
418418
(cider-make-connection-default client-buffer)
419419
(pcase (assoc cider-cljs-lein-repl cider--cljs-repl-types)
420420
(`(,_ ,name ,info)
421-
(message "Starting a %s REPLm%s" name (or info "")))
421+
(message "Starting a %s REPL%s" name (or info "")))
422422
(_ (message "Starting a custom ClojureScript REPL")))
423423
(cider-nrepl-send-request
424424
(list "op" "eval"

0 commit comments

Comments
 (0)