Fix typo.

This commit is contained in:
Michal Čihař
2008-11-24 11:14:37 +00:00
parent 285a88f607
commit fa77e97378

View File

@@ -142,7 +142,7 @@ class PMA_StorageEngine
* @static
* @uses PMA_StorageEngine::getStorageEngines()
* @param string $engine name of engine
* @reutrn boolean whether $engine is valid or not
* @return boolean whether $engine is valid or not
*/
static public function isValid($engine)
{