package/vim: fix 'highlighting' typo

Found by codespell.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Peter Korsgaard
2024-12-09 09:27:18 +01:00
committed by Julien Olivain
parent 34c6716887
commit 900bf91d10

View File

@@ -15,7 +15,7 @@ config BR2_PACKAGE_VIM_RUNTIME
bool "install runtime"
default y
help
Install VIM runtime (syntax highlighing + macros).
Install VIM runtime (syntax highlighting + macros).
This option adds about 11MB of data to /usr/share/
endif