From 860dd10b8b0196dbfdc32d599e142d06fae73adb Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sat, 17 Mar 2018 14:35:30 +0100 Subject: [PATCH] autogen: Fix typo in comment (#1396) It was introduced by commit d50769dc01df85c993439b2943bac4d884901441. Signed-off-by: Stefan Weil --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 1cfb51f91..8a790d0f2 100755 --- a/autogen.sh +++ b/autogen.sh @@ -121,7 +121,7 @@ if grep -q AX_CHECK_COMPILE_FLAG configure; then fi if grep -q PKG_CHECK_MODULES configure; then - # The generated configure is invalid because pkg-confg is unavailable. + # The generated configure is invalid because pkg-config is unavailable. rm configure echo "Missing pkg-config. Check the build requirements." bail_out