]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Fix typo in configure 7/head
authorOleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Tue, 25 Jun 2019 20:28:35 +0000 (22:28 +0200)
committerOleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Tue, 25 Jun 2019 20:28:35 +0000 (22:28 +0200)
configure

index 4a4920e28b6eb50743b025819d31b54d0c434382..0e6f6fa51767a77d00d44e70fb1ff877db538638 100755 (executable)
--- 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