From fa77e97378c63f4131109adc5d5bfb3b502e953f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 24 Nov 2008 11:14:37 +0000 Subject: [PATCH] Fix typo. --- libraries/StorageEngine.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/StorageEngine.class.php b/libraries/StorageEngine.class.php index 5b621b9f1..c9b0c9e14 100644 --- a/libraries/StorageEngine.class.php +++ b/libraries/StorageEngine.class.php @@ -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) {