Skip to content

Commit 53025bf

Browse files
runswithd6sbbatsov
authored andcommitted
Correct misspelled function. Fixes #181
1 parent 8be9cec commit 53025bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inf-clojure.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ comments."
387387
(concat s "\n")))
388388
lines " ")))
389389

390-
(defun inf-clojure--sanitinze-command (command)
390+
(defun inf-clojure--sanitize-command (command)
391391
"Sanitize COMMAND for sending it to a process.
392392
An example of things that this function does is to add a final
393393
newline at the end of the form. Return an empty string if the

0 commit comments

Comments
 (0)