diff options
author | phk <phk@FreeBSD.org> | 2000-05-30 15:23:30 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2000-05-30 15:23:30 +0000 |
commit | d18ea90c6c5c224ea38b12b529d83498030ac4c0 (patch) | |
tree | 3074a8f76fd6a36cccc2418bcf52cbd5518e8e30 /share/doc | |
parent | 6af3825c82c787ac338dc18d0360380600e586e2 (diff) | |
download | FreeBSD-src-d18ea90c6c5c224ea38b12b529d83498030ac4c0.zip FreeBSD-src-d18ea90c6c5c224ea38b12b529d83498030ac4c0.tar.gz |
Typo.
Spotted by: sobomax
Diffstat (limited to 'share/doc')
-rw-r--r-- | share/doc/papers/jail/paper.ms | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/doc/papers/jail/paper.ms b/share/doc/papers/jail/paper.ms index 5343783..ec2e5b9 100644 --- a/share/doc/papers/jail/paper.ms +++ b/share/doc/papers/jail/paper.ms @@ -75,7 +75,7 @@ security environment is both difficult and costly: in many cases, the burden of implementing these policies falls on user applications, which means an increase in the size and complexity of the code base, in turn translating to higher development -and maintaennce cost, as well as less overall flexibility. +and maintenance cost, as well as less overall flexibility. .PP This abstract risk becomes more clear when applied to a practical, real-world example: |