From a419b85e4fd15c033b59c57286e09ca680b1f2dc Mon Sep 17 00:00:00 2001 From: "Nicholas J. Kain" Date: Tue, 3 Apr 2012 10:04:58 -0400 Subject: [PATCH] Typo fix in documentation. --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index c2335e6..92a7a29 100644 --- a/README +++ b/README @@ -11,7 +11,7 @@ INTRODUCTION ------------ ndhc consists of a set of daemons that cooperate in order to provide -privilege-seperated dhcp client services. Each daemon runs with the minimal +privilege-separated dhcp client services. Each daemon runs with the minimal necessary privileges in order to perform its task. Currently, ndhc consists of two daemons: the eponymous ndhc and ifchd. @@ -48,7 +48,7 @@ to be more of an annoyance than a help. v6 LLAs work much better in practice. FEATURES -------- -Privilege-seperated. Neither ifchd or ndhc runs as full root, and capabilities +Privilege-separated. Neither ifchd or ndhc runs as full root, and capabilities are divided between the programs. Both programs run in a chroot. Robust. ndhc performs no runtime heap allocations -- malloc() is never called