package/pkg-generic: fix 'globally' typo

Found by codespell.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit 2b51fbdc6abfffa98e9dd7d410e803744c08aaa9)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard 2024-12-09 09:27:07 +01:00
parent e9115cd214
commit d3fe498721

View File

@ -873,7 +873,7 @@ $$(error "Package $(1) defines host variant before target variant!")
endif endif
endif endif
# Globaly remove following conflicting and useless files # Globally remove following conflicting and useless files
$(2)_DROP_FILES_OR_DIRS += /share/info/dir $(2)_DROP_FILES_OR_DIRS += /share/info/dir
ifeq ($$($(2)_TYPE),host) ifeq ($$($(2)_TYPE),host)