build: correct spelling in Makefile

Correct spelling mistake. Fixes #2101
This commit is contained in:
Piotr Esden-Tempski
2025-04-02 17:17:21 -07:00
committed by GitHub
parent ce0d5e9293
commit 9813940804

View File

@@ -1,5 +1,5 @@
all:
@echo "Makefile build system is depricated."
@echo "Makefile build system is deprecated."
@echo ""
@echo "Please use Meson build system instead."
@echo ""