summaryrefslogtreecommitdiff
path: root/docs/manual/misc/compat_notes.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manual/misc/compat_notes.html')
-rw-r--r--docs/manual/misc/compat_notes.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/misc/compat_notes.html b/docs/manual/misc/compat_notes.html
index ba57b0f5e2..b1dde52449 100644
--- a/docs/manual/misc/compat_notes.html
+++ b/docs/manual/misc/compat_notes.html
@@ -55,7 +55,7 @@ To map <code>.foo</code> and <code>.bar</code> to <code>application/foo</code>
versions of NCSA httpd and Apache, you could use a filename
relative to the .htaccess file. This could be a major security hole,
as it made it trivially easy to make a ".htpass" file in the a
- directory easily accessable by the world. We recommend you store
+ directory easily accessible by the world. We recommend you store
your passwords outside your document tree.
<P>
@@ -73,7 +73,7 @@ To map <code>.foo</code> and <code>.bar</code> to <code>application/foo</code>
<P>
- <LI>&lt;Limit&gt; sillyness - in the old Apache 0.6.5, a
+ <LI>&lt;Limit&gt; silliness - in the old Apache 0.6.5, a
directive of &lt;Limit GET&gt; would also restrict POST methods - Apache 0.8.8's new
core is correct in not presuming a limit on a GET is the same limit on a POST,
so if you are relying on that behavior you need to change your access configurations