Typo fix in documentation.

This commit is contained in:
Nicholas J. Kain 2012-04-03 10:04:58 -04:00
parent c3c76e48d5
commit a419b85e4f

4
README
View File

@ -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