Assorted spelling fixes from Francois Gouget

This commit is contained in:
Chris Morgan
2008-06-26 12:07:29 -04:00
parent 26854c6b3b
commit 9f956d4ccc
12 changed files with 16 additions and 16 deletions

View File

@@ -3,7 +3,7 @@ use apidb;
drop table if exists testResults;
/*
* Version Testing results
* Version Test results
*/
create table testResults (
testingId int not null auto_increment,