Skip to content

Commit 7bd4c32

Browse files
committed
Fix a typo
1 parent 1f63373 commit 7bd4c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cider-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ The value can also be t, which means to font-lock as much as possible."
405405
(defface cider-deprecated
406406
'((((background light)) :background "light goldenrod")
407407
(((background dark)) :background "#432"))
408-
"Faced used on depreacted vars"
408+
"Faced used on deprecated vars"
409409
:group 'cider)
410410

411411
(defface cider-instrumented-face

0 commit comments

Comments
 (0)