Skip to content

Commit 4d54799

Browse files
Bernhard ReiterBernhard Reiter
authored andcommitted
fixed typos in the installation instructions
(thanks Thomas Arendsen Hein) (issue 2550573)
1 parent eec917e commit 4d54799

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGES.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
This file contains the changes to the Roundup system over time. The entries
22
are given with the most recent entry first.
33

4+
2009-xx-xx 1.4.X
5+
6+
Fixes:
7+
8+
- fixed typos in the installation instructions (thanks Thomas Arendsen Hein)
9+
(issue 2550573)
10+
411
2009-08-10 1.4.9 (r4346)
512

613
Fixes:

doc/installation.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -441,14 +441,14 @@ Example for FreeBSD (``envvars`` is in ``/usr/local/sbin/``)::
441441
export LD_PRELOAD
442442

443443
Next, you have to add Roundup trackers configuration to apache config.
444-
Roundup apache interface uses two options specified with ``PythonOption``
445-
directives:
444+
Roundup apache interface uses the following options specified with
445+
``PythonOption`` directives:
446446

447447
TrackerHome:
448448
defines the tracker home directory - the directory that was specified
449449
when you did ``roundup-admin init``. This option is required.
450450

451-
TrackerLaguage:
451+
TrackerLanguage:
452452
defines web user interface language. mod_python applications do not
453453
receive OS environment variables in the same way as command-line
454454
programs, so the language cannot be selected by setting commonly
@@ -482,7 +482,7 @@ russian user interface. The other tracker (devel) has english user
482482
interface (default).
483483

484484
Static files from ``html`` directory are served by apache itself - this
485-
is quickier and generally more robust than doing that from python.
485+
is quicker and generally more robust than doing that from python.
486486
Everything else is aliased to dummy (non-existing) ``py`` file,
487487
which is handled by mod_python and our roundup module.
488488

0 commit comments

Comments
 (0)