From 97f589743bbfb2e998686c3b00fc06c96bac5859 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 9 Dec 2024 09:27:18 +0100 Subject: [PATCH] package/vim: fix 'highlighting' typo Found by codespell. Signed-off-by: Peter Korsgaard Signed-off-by: Julien Olivain (cherry picked from commit 900bf91d104d412853ccc6970cad752c3d217699) Signed-off-by: Peter Korsgaard --- package/vim/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/vim/Config.in b/package/vim/Config.in index 1469be8dbe..16cf35e1b4 100644 --- a/package/vim/Config.in +++ b/package/vim/Config.in @@ -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