diff options
| author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2019-06-25 22:28:35 +0200 |
|---|---|---|
| committer | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2019-06-25 22:28:35 +0200 |
| commit | 1a28c06d843639e83b12a9797458048930a8da7f (patch) | |
| tree | 000ef0db1f58ba2fc507f0aa2e1a155e078ba512 /configure | |
| parent | 036551e905c12018d804d0a5a15cba60de9fa67e (diff) | |
| download | dhcpcd-1a28c06d843639e83b12a9797458048930a8da7f.tar.xz | |
Fix typo in configure
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
