Skip to content

Commit 860dd10

Browse files
stweilzdenop
authored andcommitted
autogen: Fix typo in comment (#1396)
It was introduced by commit d50769d. Signed-off-by: Stefan Weil <[email protected]>
1 parent d50769d commit 860dd10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autogen.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ if grep -q AX_CHECK_COMPILE_FLAG configure; then
121121
fi
122122

123123
if grep -q PKG_CHECK_MODULES configure; then
124-
# The generated configure is invalid because pkg-confg is unavailable.
124+
# The generated configure is invalid because pkg-config is unavailable.
125125
rm configure
126126
echo "Missing pkg-config. Check the build requirements."
127127
bail_out

0 commit comments

Comments
 (0)