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 /configure | |
| parent | d1888651139a4a8a115ba2c7859d1aaa38fcaa76 (diff) | |
| download | dhcpcd-b103efce14eec7ee219675eb1033edd0ff1bc941.tar.xz | |
spelling: Correct both privilege and separation
Found by Arfrever.
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -530,7 +530,7 @@ if [ -z "$AUTH" -o "$AUTH" = yes ]; then fi if [ -z "$PRIVSEP" ]; then - # priviledge separation works fine .... except on Solaris + # privilege separation works fine .... except on Solaris case "$OS" in solaris*|sunos*) PRIVSEP=no;; *) PRIVSEP=yes;; |
