diff options
| author | Roy Marples <roy@marples.name> | 2020-02-10 13:26:30 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2020-02-10 13:26:30 +0000 |
| commit | b103efce14eec7ee219675eb1033edd0ff1bc941 (patch) | |
| tree | 17f22e632881cf0c99837ea9a4f360ba0a5fa78d /hooks | |
| parent | d1888651139a4a8a115ba2c7859d1aaa38fcaa76 (diff) | |
| download | dhcpcd-b103efce14eec7ee219675eb1033edd0ff1bc941.tar.xz | |
spelling: Correct both privilege and separation
Found by Arfrever.
Diffstat (limited to 'hooks')
| -rw-r--r-- | hooks/50-ntp.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hooks/50-ntp.conf b/hooks/50-ntp.conf index 4b68f777..fd394518 100644 --- a/hooks/50-ntp.conf +++ b/hooks/50-ntp.conf @@ -41,7 +41,7 @@ if [ -z "$ntp_service" ]; then esac fi -# Debian has a seperate file for DHCP config to avoid stamping on +# Debian has a separate file for DHCP config to avoid stamping on # the master. if [ "$ntp_service" = ntpd ] && type invoke-rc.d >/dev/null 2>&1; then [ -e /var/lib/ntp ] || mkdir /var/lib/ntp |
