Fix spelling errors in the documentation. Found with codespell.
authorFabian Keil <fk@fabiankeil.de>
Tue, 19 Apr 2011 13:14:10 +0000 (13:14 +0000)
committerFabian Keil <fk@fabiankeil.de>
Tue, 19 Apr 2011 13:14:10 +0000 (13:14 +0000)
ChangeLog
doc/source/faq.sgml
doc/source/p-config.sgml
doc/source/user-manual.sgml

index c8e861d..dead1d7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -145,7 +145,7 @@ ChangeLog for Privoxy
   - In log_error(), assert that ival and sval have reasonable values.
     There's no reason not to abort() if they don't.
   - Remove an incorrect cgi_error_unknown() call in a
-    cannnot-happen-situation in send_crunch_response().
+    cannot-happen-situation in send_crunch_response().
   - Clean up white-space in http_response definition and
     move the crunch_reason to the beginning.
   - Turn http_response.reason into an enum and rename it
index 21ce105..f99c085 100644 (file)
@@ -27,7 +27,7 @@
                 This file belongs into
                 ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
                 
- $Id: faq.sgml,v 2.76 2010/11/22 10:35:02 fabiankeil Exp $
+ $Id: faq.sgml,v 2.77 2011/03/03 14:22:12 fabiankeil Exp $
 
  Copyright (C) 2001-2009 Privoxy Developers http://www.privoxy.org/
  See LICENSE.
@@ -78,7 +78,7 @@
  </subscript>
 </pubdate>
 
-<pubdate>$Id: faq.sgml,v 2.76 2010/11/22 10:35:02 fabiankeil Exp $</pubdate>
+<pubdate>$Id: faq.sgml,v 2.77 2011/03/03 14:22:12 fabiankeil Exp $</pubdate>
 
 <!--
 
@@ -518,7 +518,7 @@ warranty? Registration?</title>
 </para>
 
 <para>
- We intend to use the donations to pay for our domain after transfering
+ We intend to use the donations to pay for our domain after transferring
  it to SPI. Our goal is to make sure there's no single point of failure
  and the bill gets paid and the site keeps running even if a some of
  the currently active developers were to suddenly disappear for a while.
@@ -2969,6 +2969,9 @@ browsing has slowed to a crawl. What gives? </title>
  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
 
 $Log: faq.sgml,v $
+Revision 2.77  2011/03/03 14:22:12  fabiankeil
+Remove duplicated 'the'
+
 Revision 2.76  2010/11/22 10:35:02  fabiankeil
 Mention socks5 in another part of the Tor section.
 
index 1a32064..ce36f36 100644 (file)
@@ -3,7 +3,7 @@
 
  Purpose     :  Used with other docs and files only.
 
- $Id: p-config.sgml,v 2.68 2011/02/10 22:25:32 fabiankeil Exp $
+ $Id: p-config.sgml,v 2.69 2011/03/27 14:14:13 fabiankeil Exp $
 
  Copyright (C) 2001-2010 Privoxy Developers http://www.privoxy.org/
  See LICENSE.
@@ -97,7 +97,7 @@
  Sample Configuration File for Privoxy v&p-version;
 </title>
 <para>
- $Id: p-config.sgml,v 2.68 2011/02/10 22:25:32 fabiankeil Exp $
+ $Id: p-config.sgml,v 2.69 2011/03/27 14:14:13 fabiankeil Exp $
 </para>
 <para>
 Copyright (C) 2001-2010 Privoxy Developers http://www.privoxy.org/
@@ -1965,7 +1965,7 @@ ACLs: permit-access and deny-access</title>
    </para>
    <para>
     <programlisting>
-  foward   /                   [2001:DB8::1]:8000
+  forward   /                   [2001:DB8::1]:8000
 </programlisting>
    </para>
    <para>
index e2e7471..5df5080 100644 (file)
@@ -34,7 +34,7 @@
                 This file belongs into
                 ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
 
- $Id: user-manual.sgml,v 2.129 2010/11/13 20:17:11 fabiankeil Exp $
+ $Id: user-manual.sgml,v 2.130 2010/12/01 19:28:28 fabiankeil Exp $
 
  Copyright (C) 2001-2010 Privoxy Developers http://www.privoxy.org/
  See LICENSE.
@@ -60,7 +60,7 @@
  </subscript>
 </pubdate>
 
-<pubdate>$Id: user-manual.sgml,v 2.129 2010/11/13 20:17:11 fabiankeil Exp $</pubdate>
+<pubdate>$Id: user-manual.sgml,v 2.130 2010/12/01 19:28:28 fabiankeil Exp $</pubdate>
 
 <!--
 
@@ -889,7 +889,7 @@ How to install the binary packages depends on your operating system:
     <listitem>
      <para>
       Remove an incorrect cgi_error_unknown() call in a
-      cannnot-happen-situation in send_crunch_response().
+      cannot-happen-situation in send_crunch_response().
      </para>
     </listitem>
     <listitem>
@@ -8917,6 +8917,11 @@ In file: user.action <guibutton>[ View ]</guibutton> <guibutton>[ Edit ]</guibut
  USA
 
  $Log: user-manual.sgml,v $
+ Revision 2.130  2010/12/01 19:28:28  fabiankeil
+ Hopefully unbreak the dok target when using some kind of jade.
+
+ Reported by Lee.
+
  Revision 2.129  2010/11/13 20:17:11  fabiankeil
  Merge ChangeLog updates