From d3fe498721a1e7aa8cbfce5a0e23e40a843e9c3e Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 9 Dec 2024 09:27:07 +0100 Subject: [PATCH] package/pkg-generic: fix 'globally' typo Found by codespell. Signed-off-by: Peter Korsgaard Signed-off-by: Julien Olivain (cherry picked from commit 2b51fbdc6abfffa98e9dd7d410e803744c08aaa9) Signed-off-by: Peter Korsgaard --- package/pkg-generic.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/pkg-generic.mk b/package/pkg-generic.mk index c7419b00fb..94369ff9d7 100644 --- a/package/pkg-generic.mk +++ b/package/pkg-generic.mk @@ -873,7 +873,7 @@ $$(error "Package $(1) defines host variant before target variant!") endif endif -# Globaly remove following conflicting and useless files +# Globally remove following conflicting and useless files $(2)_DROP_FILES_OR_DIRS += /share/info/dir ifeq ($$($(2)_TYPE),host)