Skip to content

Commit 1fe1e74

Browse files
bryceharringtonjk-ozlabs
authored andcommitted
INSTALL: Fix some minor typos
Signed-off-by: Bryce Harrington <[email protected]> Signed-off-by: Jeremy Kerr <[email protected]>
1 parent b08229d commit 1fe1e74

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/INSTALL

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ in brackets):
2222
either, email me.
2323

2424
For the following commands, a $ prefix signifies that the command should be
25-
entered at your shell prompt, and a > prefix signifies the commant-line
25+
entered at your shell prompt, and a > prefix signifies the command-line
2626
client for your sql server (psql or mysql)
2727

2828
Create a database for the system, add accounts for two system users: the
@@ -95,7 +95,7 @@ in brackets):
9595

9696
mkdir -p lib/packages lib/python
9797

98-
lib/packages is for stuff we'll download, lib/python is to add
98+
lib/packages is for stuff we'll download; lib/python is to add
9999
to our python path. We'll symlink python modules into lib/python.
100100

101101
At the time of release, patchwork depends on django version 1.5 or
@@ -199,7 +199,7 @@ fastcgi:
199199
You'll probably want to do the following:
200200

201201
* Set up your projects
202-
* Configure your website address (in the Sites) section of the admin
202+
* Configure your website address (in the Sites) section
203203

204204
5. Subscribe a local address to the mailing list
205205

@@ -273,7 +273,7 @@ Some errors:
273273
to the tables.
274274

275275
* pwclient fails for actions that require authentication, but a username
276-
and password is given int ~/.pwclient rc. Server reports "No authentication
276+
and password is given in ~/.pwclientrc. Server reports "No authentication
277277
credentials given".
278278

279279
- if you're using the FastCGI interface to apache, you'll need the

0 commit comments

Comments
 (0)