summaryrefslogtreecommitdiff
path: root/nrepl-client.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-01-20 17:15:45 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2016-01-20 17:15:45 +0200
commit4bd7fc41880e39d3f254438c6363967c5c3568c1 (patch)
tree1c9a430a429af7720bdcdd1505e74345e08f7184 /nrepl-client.el
parenta439429e3589240e3d3d5c83dab969a1d1d88f1c (diff)
Add missing space
Diffstat (limited to 'nrepl-client.el')
-rw-r--r--nrepl-client.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/nrepl-client.el b/nrepl-client.el
index d1758f8c..4439cfa4 100644
--- a/nrepl-client.el
+++ b/nrepl-client.el
@@ -37,7 +37,7 @@
;; The nREPL communication process can be broadly represented as follows:
;;
;; 1) The server process is started as an Emacs subprocess (usually by
-;; `cider-jack-in', which in turn fires up leiningen or boot). Note that
+;; `cider-jack-in', which in turn fires up leiningen or boot). Note that
;; if a connection was established using `cider-connect' there won't be
;; a server process.
;;