From: Oleksandr Kravchuk Date: Tue, 25 Jun 2019 20:28:35 +0000 (+0200) Subject: Fix typo in configure X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F7%2Fhead;p=thirdparty%2Fdhcpcd.git Fix typo in configure --- 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