From 7cb5506487378a0eff56a9d818713fcf85da5616 Mon Sep 17 00:00:00 2001 From: "Nicholas J. Kain" Date: Fri, 13 Feb 2015 01:48:00 -0500 Subject: [PATCH] Spelling correction in README. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 145c894..0bcff27 100644 --- a/README +++ b/README @@ -288,7 +288,7 @@ Quite a while later, I eventually merged ifchd into the same binary as ndhc and instead rely on forking subprocesses and using socketpairs for IPC. This brought a lot of simplifications, particularly for user configuration. -Afterwards, privilege seperation was applied to the remaining capabilities, +Afterwards, privilege separation was applied to the remaining capabilities, creating the ndhc-sockd subprocess. After this change, the main ndhc process runs completely unprivileged.