Mercurial > hg > dhcpcd
changeset 4546:d29f8e55aa86 draft
Merge pull request #7 from sashko/master
Fix typo in configure
| author | Roy Marples <roy@marples.name> |
|---|---|
| date | Tue, 25 Jun 2019 22:31:02 +0100 |
| parents | a51511507597 (current diff) 177354b1e8f4 (diff) |
| children | c7df03794de3 |
| files | |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Thu Jun 20 16:44:21 2019 +0100 +++ b/configure Tue Jun 25 22:31:02 2019 +0100 @@ -1397,7 +1397,7 @@ 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
