Skip to content

Commit 7c31842

Browse files
author
Johannes Gijsbers
committed
Typo fixes: [SF#097860] and [SF#097864].
1 parent 48524bb commit 7c31842

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.15 $
5+
:Version: $Revision: 1.15.2.1 $
66

77
.. contents::
88

@@ -201,7 +201,7 @@ take:
201201
C:\sources\roundup-0.7.4> python roundup/scripts/roundup_server.py <normal arguments>
202202

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

206206
python setup.py install
207207

0 commit comments

Comments
 (0)