emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/inf-clojure 53025bf 270/313: Correct misspelled function.


From: ELPA Syncer
Subject: [nongnu] elpa/inf-clojure 53025bf 270/313: Correct misspelled function. Fixes #181
Date: Wed, 11 Aug 2021 10:00:31 -0400 (EDT)

branch: elpa/inf-clojure
commit 53025bf63d0b8a65cac379e604578513c068f9a8
Author: Chad Walstrom <cwalstrom@gravie.com>
Commit: Bozhidar Batsov <bozhidar.batsov@gmail.com>

    Correct misspelled function. Fixes #181
---
 inf-clojure.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inf-clojure.el b/inf-clojure.el
index de656d8..5d7f71c 100644
--- a/inf-clojure.el
+++ b/inf-clojure.el
@@ -387,7 +387,7 @@ comments."
                    (concat s "\n")))
                lines " ")))
 
-(defun inf-clojure--sanitinze-command (command)
+(defun inf-clojure--sanitize-command (command)
   "Sanitize COMMAND for sending it to a process.
 An example of things that this function does is to add a final
 newline at the end of the form.  Return an empty string if the



reply via email to

[Prev in Thread] Current Thread [Next in Thread]