summaryrefslogtreecommitdiffstats
path: root/src/privsep.c
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
commitb103efce14eec7ee219675eb1033edd0ff1bc941 (patch)
tree17f22e632881cf0c99837ea9a4f360ba0a5fa78d /src/privsep.c
parentd1888651139a4a8a115ba2c7859d1aaa38fcaa76 (diff)
downloaddhcpcd-b103efce14eec7ee219675eb1033edd0ff1bc941.tar.xz
spelling: Correct both privilege and separation
Found by Arfrever.
Diffstat (limited to 'src/privsep.c')
-rw-r--r--src/privsep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/privsep.c b/src/privsep.c
index d3dfd503..a188d7d7 100644
--- a/src/privsep.c
+++ b/src/privsep.c
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/*
- * Priviledge Separation for dhcpcd
+ * Privilege Separation for dhcpcd
* Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
* All rights reserved
@@ -346,7 +346,7 @@ ps_stop(struct dhcpcd_ctx *ctx)
ret = r;
/* We've been chrooted, so we need to tell the
- * priviledged actioneer to remove the pidfile. */
+ * privileged actioneer to remove the pidfile. */
ps_root_unlink(ctx, ctx->pidfile);
r = ps_root_stop(ctx);