Skip to content

Commit a31848e

Browse files
committed
Fix typo in inf-clojure-*-cmd defcustoms
1 parent a06c0c2 commit a31848e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

inf-clojure.el

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ The following commands are available:
157157
(defcustom inf-clojure-lein-cmd "lein repl"
158158
"The command used to start a Clojure REPL for Leiningen projects.
159159
160-
Alternative you can specify a TCP connection cons pair, instead
160+
Alternatively you can specify a TCP connection cons pair, instead
161161
of command, consisting of a host and port
162162
number (e.g. (\"localhost\" . 5555)). That's useful if you're
163163
often connecting to a remote REPL process."
@@ -167,7 +167,7 @@ often connecting to a remote REPL process."
167167
(defcustom inf-clojure-boot-cmd "boot repl"
168168
"The command used to start a Clojure REPL for Boot projects.
169169
170-
Alternative you can specify a TCP connection cons pair, instead
170+
Alternatively you can specify a TCP connection cons pair, instead
171171
of command, consisting of a host and port
172172
number (e.g. (\"localhost\" . 5555)). That's useful if you're
173173
often connecting to a remote REPL process."
@@ -177,7 +177,7 @@ often connecting to a remote REPL process."
177177
(defcustom inf-clojure-generic-cmd "lein repl"
178178
"The command used to start a Clojure REPL outside Lein/Boot projects.
179179
180-
Alternative you can specify a TCP connection cons pair, instead
180+
Alternatively you can specify a TCP connection cons pair, instead
181181
of command, consisting of a host and port
182182
number (e.g. (\"localhost\" . 5555)). That's useful if you're
183183
often connecting to a remote REPL process."
@@ -187,7 +187,7 @@ often connecting to a remote REPL process."
187187
(defcustom inf-clojure-lumo-cmd "lumo -d"
188188
"The command used to start a Lumo REPL.
189189
190-
Alternative you can specify a TCP connection cons pair, instead
190+
Alternatively you can specify a TCP connection cons pair, instead
191191
of command, consisting of a host and port
192192
number (e.g. (\"localhost\" . 5555)). That's useful if you're
193193
often connecting to a remote REPL process."

0 commit comments

Comments
 (0)