changeset 4249:87b3e905ae2e

fixed typos in the installation instructions (thanks Thomas Arendsen Hein) (issue 2550573)
author Bernhard Reiter <Bernhard.Reiter@intevation.de>
date Tue, 08 Sep 2009 21:38:42 +0000
parents be65a3ff8b22
children 884c5c0508c5
files CHANGES.txt doc/installation.txt
diffstat 2 files changed, 11 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGES.txt	Mon Aug 10 04:32:36 2009 +0000
+++ b/CHANGES.txt	Tue Sep 08 21:38:42 2009 +0000
@@ -1,6 +1,13 @@
 This file contains the changes to the Roundup system over time. The entries
 are given with the most recent entry first.
 
+2009-xx-xx 1.4.X
+
+Fixes:
+
+- fixed typos in the installation instructions (thanks Thomas Arendsen Hein)
+  (issue 2550573) 
+
 2009-08-10 1.4.9 (r4346)
 
 Fixes:
--- a/doc/installation.txt	Mon Aug 10 04:32:36 2009 +0000
+++ b/doc/installation.txt	Tue Sep 08 21:38:42 2009 +0000
@@ -441,14 +441,14 @@
   export LD_PRELOAD
 
 Next, you have to add Roundup trackers configuration to apache config.
-Roundup apache interface uses two options specified with ``PythonOption``
-directives:
+Roundup apache interface uses the following options specified with
+``PythonOption`` directives:
 
   TrackerHome:
     defines the tracker home directory - the directory that was specified
     when you did ``roundup-admin init``.  This option is required.
 
-  TrackerLaguage:
+  TrackerLanguage:
     defines web user interface language.  mod_python applications do not
     receive OS environment variables in the same way as command-line
     programs, so the language cannot be selected by setting commonly
@@ -482,7 +482,7 @@
 interface (default).
 
 Static files from ``html`` directory are served by apache itself - this
-is quickier and generally more robust than doing that from python.
+is quicker and generally more robust than doing that from python.
 Everything else is aliased to dummy (non-existing) ``py`` file,
 which is handled by mod_python and our roundup module.
 

Roundup Issue Tracker: http://roundup-tracker.org/