Skip to content

Commit 2ad0942

Browse files
author
Johannes Gijsbers
committed
Typo fixes: [SF#097860] and [SF#097864].
1 parent ee403ff commit 2ad0942

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

BUILD.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ want it to stay that way, too.
77
This means that we only need to ever build source releases. This is done by
88
running:
99

10-
1. Make sure the unit tests run! "./run_tests"
10+
1. Make sure the unit tests run! "./run_tests.py"
1111
2. Edit roundup/__init__.py and doc/announcement.txt to reflect the new
1212
version and appropriate announcements. Add truncated announcement to
1313
setup.py description field.

doc/admin_guide.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Administration Guide
33
====================
44

5-
:Version: $Revision: 1.5.2.5 $
5+
:Version: $Revision: 1.5.2.6 $
66

77
.. contents::
88

@@ -123,7 +123,7 @@ take:
123123
C:\sources\roundup-0.7.4> python roundup/scripts/roundup_server.py <normal arguments>
124124

125125
7. Once you're comfortable that the upgrade will work using that copy, you
126-
should instal the new version of the software::
126+
should install the new version of the software::
127127

128128
python setup.py install
129129

0 commit comments

Comments
 (0)