Skip to content

Commit 0ae7acc

Browse files
author
Anthony Baxter
committed
english nits
1 parent 6868f11 commit 0ae7acc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/mysql.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ To use MySQL as backend for storing roundup data, you should additionally
1212
install:
1313

1414
1. MySQL RDBMS 3.23.34 or higher - http://www.mysql.com. Your MySQL
15-
installation should support Berkeley DB (BDB) tabes for transaction
15+
installation should support Berkeley DB (BDB) tables for transaction
1616
support.
1717
2. Python interface to mysql - http://sourceforge.net/projects/mysql-python
1818

1919

2020
How to run mysql tests?
2121
=======================
2222

23-
Roundup tests expect empty database available for use. There are two ways how to
24-
provide it:
23+
Roundup tests expect an empty database available for use. There are two ways how to
24+
provide this:
2525

2626
1. If you have root permissions on mysql server, you can create necessary
2727
database using this SQL sequence:

0 commit comments

Comments
 (0)