summaryrefslogtreecommitdiff
path: root/lisp/textmodes/toml-ts-mode.el
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-12-15 02:41:20 +0100
committerStefan Kangas <stefankangas@gmail.com>2022-12-16 08:29:28 +0100
commit033071692c7cd1cd550d25170d4b3168668567ac (patch)
tree4652c5a846b8d166757c46c81a709beaed962e0a /lisp/textmodes/toml-ts-mode.el
parentf4a513344d95badf2b75b0577016edcdd9ea5fbe (diff)
downloademacs-033071692c7cd1cd550d25170d4b3168668567ac.tar.gz
; Fix typos
Diffstat (limited to 'lisp/textmodes/toml-ts-mode.el')
-rw-r--r--lisp/textmodes/toml-ts-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/toml-ts-mode.el b/lisp/textmodes/toml-ts-mode.el
index 26a3eb69d8d..bca6a5e81ad 100644
--- a/lisp/textmodes/toml-ts-mode.el
+++ b/lisp/textmodes/toml-ts-mode.el
@@ -159,7 +159,7 @@ the subtrees."
;; Comments
(setq-local comment-start "# ")
- (setq-local commend-end "")
+ (setq-local comment-end "")
;; Indent.
(setq-local treesit-simple-indent-rules toml-ts-mode--indent-rules)