diff options
| author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2019-06-25 22:28:35 +0200 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2019-06-25 22:32:31 +0100 |
| commit | 6184c385b1c3c318f03b2282560d1bc46434148d (patch) | |
| tree | f51abc8e1b5cc6967120dc9a3d4329c79c918f02 | |
| parent | 5de2750e2efb1a086c89e8890c008e084a9651b5 (diff) | |
| download | dhcpcd-6184c385b1c3c318f03b2282560d1bc46434148d.tar.xz | |
Fix typo in configure
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1368,7 +1368,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 |
