package/pkg-download.mk: fix 'dereferencing' typo

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Peter Korsgaard
2025-11-03 09:29:29 +01:00
committed by Julien Olivain
parent 9f3e222e99
commit ac4dc0b95a

View File

@@ -27,7 +27,7 @@ else
BR2_DL_DIR = $(DL_DIR)
endif
# ensure it exists and a absolute path, derefrecing symlinks
# ensure it exists and a absolute path, dereferencing symlinks
DL_DIR := $(shell mkdir -p $(DL_DIR) && cd $(DL_DIR) >/dev/null && pwd -P)
#