From: <var...@us...> - 2015-01-06 16:19:54
|
Revision: 9455 http://sourceforge.net/p/phpwiki/code/9455 Author: vargenau Date: 2015-01-06 16:19:51 +0000 (Tue, 06 Jan 2015) Log Message: ----------- Typo Modified Paths: -------------- trunk/lib/WikiDB/backend/ADODB_mysql.php Modified: trunk/lib/WikiDB/backend/ADODB_mysql.php =================================================================== --- trunk/lib/WikiDB/backend/ADODB_mysql.php 2014-12-19 15:49:55 UTC (rev 9454) +++ trunk/lib/WikiDB/backend/ADODB_mysql.php 2015-01-06 16:19:51 UTC (rev 9455) @@ -3,7 +3,7 @@ require_once 'lib/WikiDB/backend/ADODB.php'; /* - * PROBLEM: mysql seems to be the simpliest (or most stupid) db on earth. + * PROBLEM: mysql seems to be the simplest (or most stupid) db on earth. * (tested with 4.0.18) * See http://sql-info.de/mysql/gotchas.html for mysql specific quirks. * This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |