syntax-highlighting: vim: fix mesonSpaceError

Fixes regression from 388fa6e776

Found by https://www.check-spelling.dev/

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-04-10 23:39:22 -04:00 committed by Eli Schwartz
parent b5c1c93ea8
commit 01016fc554
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ hi def link mesonEscape Special
hi def link mesonNumber Number
hi def link mesonBuiltin Function
hi def link mesonBoolean Boolean
if exists("meson_space_error_higlight")
if exists("meson_space_error_highlight")
hi def link mesonSpaceError Error
endif