summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorOleksandr Kravchuk <open.source@oleksandr-kravchuk.com>2019-06-25 22:28:35 +0200
committerOleksandr Kravchuk <open.source@oleksandr-kravchuk.com>2019-06-25 22:28:35 +0200
commit1a28c06d843639e83b12a9797458048930a8da7f (patch)
tree000ef0db1f58ba2fc507f0aa2e1a155e078ba512 /configure
parent036551e905c12018d804d0a5a15cba60de9fa67e (diff)
downloaddhcpcd-1a28c06d843639e83b12a9797458048930a8da7f.tar.xz
Fix typo in configure
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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