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

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit ac4dc0b95a)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
Peter Korsgaard
2025-11-03 09:29:29 +01:00
committed by Thomas Perale
parent d515db39fd
commit 4a206a0d9b

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)
#