Minor spelling correction (#25) (#44)

Changed "anki-eidtor-mode" to "anki-editor-mode" on line 573
This commit is contained in:
pszenher 2019-06-07 07:58:20 -04:00 committed by Lei Tan
parent 115ce2e2e6
commit 986b1ee398

View file

@ -573,7 +573,7 @@ Where the subtree is created depends on PREFIX."
;;;###autoload
(define-minor-mode anki-editor-mode
"anki-eidtor-mode"
"anki-editor-mode"
:lighter " anki-editor"
(if anki-editor-mode (anki-editor-setup-minor-mode)
(anki-editor-teardown-minor-mode)))