summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2020-02-10 13:26:30 +0000
committerRoy Marples <roy@marples.name>2020-02-10 13:26:30 +0000
commit754f62b6b3dfb2fbd508a5a949c4cfeb3134885c (patch)
tree17f22e632881cf0c99837ea9a4f360ba0a5fa78d /configure
parentbbba9864563cc6fa1c43e02aee9634f83a47221c (diff)
downloaddhcpcd-754f62b6b3dfb2fbd508a5a949c4cfeb3134885c.tar.xz
spelling: Correct both privilege and separation
Found by Arfrever.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 56d2cac9..269b802a 100755
--- a/configure
+++ b/configure
@@ -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;;