From: hal9 <hal9@users.sourceforge.net>
Date: Thu, 15 Nov 2007 02:47:01 +0000 (+0000)
Subject: Fix two small typos.
X-Git-Tag: v_3_0_7~53
X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/%22javascript:back()/@default-cgi@show-status?a=commitdiff_plain;h=43b5b8693dd916854354c07bc86df10c90cb24e9;p=privoxy.git

Fix two small typos.
---

diff --git a/doc/source/p-config.sgml b/doc/source/p-config.sgml
index 8cef7970..5abd272c 100644
--- a/doc/source/p-config.sgml
+++ b/doc/source/p-config.sgml
@@ -3,7 +3,7 @@
 
  Purpose     :  Used with other docs and files only.
 
- $Id: p-config.sgml,v 2.21 2007/11/07 18:50:39 fabiankeil Exp $
+ $Id: p-config.sgml,v 2.22 2007/11/09 20:26:58 fabiankeil Exp $
 
  Copyright (C) 2001-2007 Privoxy Developers http://www.privoxy.org/
  See LICENSE.
@@ -95,7 +95,7 @@
  Sample Configuration File for Privoxy v&p-version;
 </title>
 <para>
- $Id: p-config.sgml,v 2.21 2007/11/07 18:50:39 fabiankeil Exp $
+ $Id: p-config.sgml,v 2.22 2007/11/09 20:26:58 fabiankeil Exp $
 </para>
 <para>
 Copyright (C) 2001-2007 Privoxy Developers http://www.privoxy.org/
@@ -1516,7 +1516,6 @@ fk 2007-11-07
     with untrusted users and as a lot of <application>Privoxy</application>
     users don't read documentation, this feature is disabled by default.
    </para>
-   </para>
    <para>
     Note that malicious client side code (e.g Java) is also
     capable of using the actions editor and you shouldn't enable
@@ -2365,11 +2364,11 @@ forward-socks4 and forward-socks4a</title>
     <application>Privoxy's</application> CGI forms can lead to
     rather long URLs. This isn't a problem as far as the HTTP
     standard is concerned, but it can confuse clients with arbitrary
-    URL lenght limitations.
+    URL length limitations.
    </para>
    <para>
     Enabling split-large-forms causes <application>Privoxy</application>
-    to devide big forms into smaller ones to keep the URL length down.
+    to divide big forms into smaller ones to keep the URL length down.
     It makes editing a lot less convenient and you can no longer
     submit all changes at once, but at least it works around this
     browser bug.