From: Stefan Kangas <stefankangas@gmail.com>
Date: Wed, 15 Feb 2023 14:21:43 +0000 (+0100)
Subject: ; Fix typo
X-Git-Tag: emacs-29.0.90~426^2~13
X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=43c62a4732d03c3f64bc512c2e73c13d3d964192;p=emacs.git

; Fix typo
---

diff --git a/lisp/progmodes/rust-ts-mode.el b/lisp/progmodes/rust-ts-mode.el
index f510b7bb6c9..ec823d09d8c 100644
--- a/lisp/progmodes/rust-ts-mode.el
+++ b/lisp/progmodes/rust-ts-mode.el
@@ -293,7 +293,7 @@
    '((field_identifier) @font-lock-property-face
      (shorthand_field_initializer (identifier) @font-lock-property-face))
 
-   ;; Must be under type, otherwise some imports can be highlighted as consants.
+   ;; Must be under type, otherwise some imports can be highlighted as constants.
    :language 'rust
    :feature 'constant
    `((boolean_literal) @font-lock-constant-face