From d44b2c8c74c3a467f435c5b9e16f97eeb632be41 Mon Sep 17 00:00:00 2001 From: NGKS Date: Thu, 1 Jan 2015 21:20:11 -0800 Subject: [PATCH] fix typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 058088e..9d892c2 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,7 @@ all: options ${PROJECT} po build-manpages .version-checks/%: config.mk $(QUIET)test $($(*)_VERSION_CHECK) -eq 0 || \ pkg-config --atleast-version $($(*)_MIN_VERSION) $($(*)_PKG_CONFIG_NAME) || ( \ - echo "The minium required version of $(*) is $($(*)_MIN_VERSION)" && \ + echo "The minimum required version of $(*) is $($(*)_MIN_VERSION)" && \ false \ ) @mkdir -p .version-checks