From 5a57a31b3b85ca3e1d51fbcbb92282aad8d1a7ad Mon Sep 17 00:00:00 2001 From: 1138-4EB <1138-4EB@users.noreply.github.com> Date: Wed, 23 Oct 2019 17:50:46 +0100 Subject: configure: fix typo (#994) --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index ac84f61a3..c6e64b88e 100755 --- a/configure +++ b/configure @@ -191,7 +191,7 @@ fi # Check the version of libghdl is correct. if [ "$enable_libghdl" = true ]; then libghdl_version="$srcdir/python/libghdl/version.py" - # Extract content between sinlge quotes in version.py, to avoid false positives due to LF/CRLF mismatch. + # Extract content between single quotes in version.py, to avoid false positives due to LF/CRLF mismatch. if [ "$ghdl_version" != "`sed "s/.*'\(.*\)'.*/\1/g" $libghdl_version`" ]; then echo "Sorry, the version of $libghdl_version is not correct" echo "update the version to: $ghdl_version" -- cgit v1.2.3