summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2006-03-01 22:03:27 +0100
committerjocuri%softhome.net <>2006-03-01 22:03:27 +0100
commitc67f8c510ca7ec8f5c18e6e0d74a3a8b74f3031a (patch)
tree3d49958ad239faed67acfaebae055abe50a58e0c /docs
parentbba5429d46871eac573e6e93917013ada3379d94 (diff)
downloadbugzilla-c67f8c510ca7ec8f5c18e6e0d74a3a8b74f3031a.tar.gz
bugzilla-c67f8c510ca7ec8f5c18e6e0d74a3a8b74f3031a.tar.xz
Documentation patch: fix spelling for 'comprimise' and 'comprimised'.
Diffstat (limited to 'docs')
-rw-r--r--docs/xml/security.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/xml/security.xml b/docs/xml/security.xml
index f8fd53977..630d86405 100644
--- a/docs/xml/security.xml
+++ b/docs/xml/security.xml
@@ -1,5 +1,5 @@
<!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> -->
-<!-- $Id: security.xml,v 1.13 2006/03/01 11:42:08 jocuri%softhome.net Exp $ -->
+<!-- $Id: security.xml,v 1.14 2006/03/01 13:03:27 jocuri%softhome.net Exp $ -->
<chapter id="security">
<title>Bugzilla Security</title>
@@ -49,8 +49,8 @@
<quote>SYSTEM</quote> introduces obvious security concerns, the
problems introduced by running everything as <quote>nobody</quote> may
not be so obvious. Basically, if you run every daemon as
- <quote>nobody</quote> and one of them gets comprimised it can
- comprimise every other daemon running as <quote>nobody</quote> on your
+ <quote>nobody</quote> and one of them gets compromised it can
+ compromise every other daemon running as <quote>nobody</quote> on your
machine. For this reason, it is recommended that you create a user
account for each daemon.
</para>