From 2b51fbdc6abfffa98e9dd7d410e803744c08aaa9 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 --- 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 9ec84d0f45..fe0a7bef38 100644 --- a/package/pkg-generic.mk +++ b/package/pkg-generic.mk @@ -878,7 +878,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)