From a661d0e135f2119f73593b10ff474cceac8f549c Mon Sep 17 00:00:00 2001 From: philsmd <921533+philsmd@users.noreply.github.com> Date: Wed, 12 Aug 2020 10:45:35 +0200 Subject: [PATCH] Makefile: minor typo --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index e4d792e19..8d97e7297 100644 --- a/src/Makefile +++ b/src/Makefile @@ -106,7 +106,7 @@ LIBRARY_DEV_ROOT_FOLDER ?= $(PREFIX)/include LIBRARY_DEV_FOLDER ?= $(LIBRARY_DEV_ROOT_FOLDER)/hashcat ## -## Depencies paths +## Dependencies paths ## ifeq ($(USE_SYSTEM_LZMA),0)