Skip to content

Commit 569c472

Browse files
committed
issue2550738: Fixes for various documentation typos, thanks Nathan Russell
1 parent 743989e commit 569c472

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ Fixed:
3333
to W. Trevor King. (Bernhard Reiter)
3434
- issue2550766: Minor formatting issues in the docs for date properties,
3535
thanks John Kristensen. (Bernhard Reiter)
36+
- issue2550738: Fixes for various documentation typoes,
37+
thanks Nathan Russell. (John Kristensen)
3638

3739

3840
2012-05-15: 1.4.20

doc/FAQ.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ What is that stuff in the tracker html directory?
131131

132132
This is the template code that Roundup uses to display the various pages.
133133
This is based upon the template markup language in Zope called, oddly
134-
enough "Zope Page Templates". There's documentation in the Roundup
134+
enough, "Zope Page Templates". There's documentation in the Roundup
135135
customisation_ documentation. For more information have a look at:
136136

137137
http://docs.zope.org/zope2/zope2book/

doc/customizing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ Section **mailgw**
375375

376376
origmsg_re -- `` ^[>|\s]*-----\s?Original Message\s?-----$``
377377
Regular expression matching start of an original message if quoted
378-
the in body. Value is Python Regular Expression (UTF8-encoded).
378+
in the body. Value is Python Regular Expression (UTF8-encoded).
379379

380380
sign_re -- ``^[>|\s]*-- ?$``
381381
Regular expression matching the start of a signature in the message

doc/installation.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ CGI-bin for Limited-Access Hosting
390390
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
391391

392392
If you are running in a shared-hosting environment or otherwise don't have
393-
permissiong to edit the system web server's configuration, but can create a
393+
permission to edit the system web server's configuration, but can create a
394394
``.htaccess`` file then you may be able to use this approach.
395395

396396
1. Install flup_

0 commit comments

Comments
 (0)