From 1a28c06d843639e83b12a9797458048930a8da7f Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Tue, 25 Jun 2019 22:28:35 +0200 Subject: [PATCH] Fix typo in configure --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 4a4920e2..0e6f6fa5 100755 --- a/configure +++ b/configure @@ -1397,7 +1397,7 @@ EOF elif [ "$DEV" != no -a "$UDEV" != no ]; then echo "no" if [ -n "$UDEV" ]; then - echo "udev has been explicity requested ... aborting" >&2 + echo "udev has been explicitly requested ... aborting" >&2 exit 1 fi fi -- 2.47.2