Skip to content

Commit aaf7017

Browse files
committed
Fix a typo
1 parent 9127dc4 commit aaf7017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clojure-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1093,7 +1093,7 @@ will align the values like this:
10931093
(defconst clojure--align-separator-newline-regexp "^ *$")
10941094

10951095
(defcustom clojure-align-separator clojure--align-separator-newline-regexp
1096-
"The separator that will be passed to `align-region' when performing verical alignment."
1096+
"The separator that will be passed to `align-region' when performing vertical alignment."
10971097
:package-version '(clojure-mode . "5.10")
10981098
:type `(choice (const :tag "Make blank lines prevent vertical alignment from happening."
10991099
,clojure--align-separator-newline-regexp)

0 commit comments

Comments
 (0)