Code

english nits
authoranthonybaxter <anthonybaxter@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 24 Jun 2003 06:53:17 +0000 (06:53 +0000)
committeranthonybaxter <anthonybaxter@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 24 Jun 2003 06:53:17 +0000 (06:53 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1772 57a73879-2fb5-44c3-a270-3262357dd7e2

doc/mysql.txt

index f807ef80f7da457658e88e9af72464b9c8ad1b0a..a4180fcab437aa730731ae5140d6a352dd632d4f 100644 (file)
@@ -12,7 +12,7 @@ To use MySQL as backend for storing roundup data, you should additionally
 install:
 
     1. MySQL RDBMS 3.23.34 or higher - http://www.mysql.com. Your MySQL
-       installation should support Berkeley DB (BDB) tabes for transaction
+       installation should support Berkeley DB (BDB) tables for transaction
        support.
     2. Python interface to mysql - http://sourceforge.net/projects/mysql-python
 
@@ -20,8 +20,8 @@ install:
 How to run mysql tests?
 =======================
 
-Roundup tests expect empty database available for use. There are two ways how to
-provide it:
+Roundup tests expect an empty database available for use. There are two ways how to
+provide this:
 
     1. If you have root permissions on mysql server, you can create necessary
        database using this SQL sequence: