branch: elpa/inf-clojure
commit 6bd986de72091f5d86ce8f24aedc303fb02aa869
Author: Adam Frey <a...@adamfrey.me>
Commit: Bozhidar Batsov <bozhidar.bat...@gmail.com>

    Fix typo in docstring
---
 inf-clojure.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inf-clojure.el b/inf-clojure.el
index 3f766ea..88a9d6a 100644
--- a/inf-clojure.el
+++ b/inf-clojure.el
@@ -288,7 +288,7 @@ Clojure to load that file."
 
 (defun inf-clojure-load-form ()
   "Return the form to query inferior Clojure for a var's documentation.
-If you are using REPL types, it will pickup the most approapriate
+If you are using REPL types, it will pickup the most appropriate
 `inf-clojure-var-doc-form` variant."
   (pcase (inf-clojure--set-repl-type (inf-clojure-proc))
     (`lumo inf-clojure-load-form-lumo)

Reply via email to