Skip to content

Commit 010d859

Browse files
charignonarichiardi
authored andcommitted
Fix spelling issues (#156)
1 parent 59868ff commit 010d859

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

inf-clojure.el

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@ The prefix argument ARG can change the behavior of the command:
815815

816816
(defun inf-clojure-var-doc-form (proc)
817817
"Return the form to query the Inf-Clojure PROC for a var's documentation.
818-
If you are using REPL types, it will pickup the most approapriate
818+
If you are using REPL types, it will pickup the most appropriate
819819
`inf-clojure-var-doc-form` variant."
820820
(inf-clojure--sanitize-command
821821
(pcase (inf-clojure--set-repl-type proc)
@@ -846,7 +846,7 @@ If you are using REPL types, it will pickup the most approapriate
846846

847847
(defun inf-clojure-var-source-form (proc)
848848
"Return the form to query the Inf-Clojure PROC for a var's source.
849-
If you are using REPL types, it will pickup the most approapriate
849+
If you are using REPL types, it will pickup the most appropriate
850850
`inf-clojure-var-source-form` variant."
851851
(inf-clojure--sanitize-command
852852
(pcase (inf-clojure--set-repl-type proc)
@@ -889,7 +889,7 @@ If you are using REPL types, it will pickup the most approapriate
889889

890890
(defun inf-clojure-arglists-form (proc)
891891
"Return the form to query the Inf-Clojure PROC for arglists of a var.
892-
If you are using REPL types, it will pickup the most approapriate
892+
If you are using REPL types, it will pickup the most appropriate
893893
`inf-clojure-arglists-form` variant."
894894
(inf-clojure--sanitize-command
895895
(pcase (inf-clojure--set-repl-type proc)
@@ -925,7 +925,7 @@ If you are using REPL types, it will pickup the most approapriate
925925

926926
(defun inf-clojure-completion-form (proc)
927927
"Return the form to query the Inf-Clojure PROC for completions.
928-
If you are using REPL types, it will pickup the most approapriate
928+
If you are using REPL types, it will pickup the most appropriate
929929
`inf-clojure-completion-form` variant."
930930
(inf-clojure--sanitize-command
931931
(pcase (inf-clojure--set-repl-type proc)
@@ -956,7 +956,7 @@ If you are using REPL types, it will pickup the most approapriate
956956

957957
(defun inf-clojure-ns-vars-form (proc)
958958
"Return the form to query the Inf-Clojure PROC for public vars in a namespace.
959-
If you are using REPL types, it will pickup the most approapriate
959+
If you are using REPL types, it will pickup the most appropriate
960960
`inf-clojure-ns-vars-form` variant."
961961
(inf-clojure--sanitize-command
962962
(pcase (inf-clojure--set-repl-type proc)
@@ -989,7 +989,7 @@ If you are using REPL types, it will pickup the most approapriate
989989

990990
(defun inf-clojure-set-ns-form (proc)
991991
"Return the form to set the namespace of the Inf-Clojure PROC.
992-
If you are using REPL types, it will pickup the most approapriate
992+
If you are using REPL types, it will pickup the most appropriate
993993
`inf-clojure-set-ns-form` variant."
994994
(pcase (inf-clojure--set-repl-type proc)
995995
(`planck inf-clojure-set-ns-form-planck)
@@ -1023,7 +1023,7 @@ If you are using REPL types, it will pickup the most approapriate
10231023

10241024
(defun inf-clojure-apropos-form (proc)
10251025
"Return the form to query the Inf-Clojure PROC for a var's apropos.
1026-
If you are using REPL types, it will pickup the most approapriate
1026+
If you are using REPL types, it will pickup the most appropriate
10271027
`inf-clojure-apropos-form` variant."
10281028
(inf-clojure--sanitize-command
10291029
(pcase (inf-clojure--set-repl-type proc)
@@ -1056,7 +1056,7 @@ If you are using REPL types, it will pickup the most approapriate
10561056

10571057
(defun inf-clojure-macroexpand-form (proc)
10581058
"Return the form for macroexpansion in the Inf-Clojure PROC.
1059-
If you are using REPL types, it will pickup the most approapriate
1059+
If you are using REPL types, it will pickup the most appropriate
10601060
`inf-clojure-macroexpand-form` variant."
10611061
(inf-clojure--sanitize-command
10621062
(pcase (inf-clojure--set-repl-type proc)
@@ -1089,7 +1089,7 @@ If you are using REPL types, it will pickup the most approapriate
10891089

10901090
(defun inf-clojure-macroexpand-1-form (proc)
10911091
"Return the form for macroexpand-1 in the Inf-Clojure PROC.
1092-
If you are using REPL types, it will pickup the most approapriate
1092+
If you are using REPL types, it will pickup the most appropriate
10931093
`inf-clojure-macroexpand-1-form` variant."
10941094
(inf-clojure--sanitize-command
10951095
(pcase (inf-clojure--set-repl-type proc)

0 commit comments

Comments
 (0)