From 1ceccbd50cc0359ac2543e4283a70b2440752b59 Mon Sep 17 00:00:00 2001 From: Aamir Khan Date: Wed, 22 Dec 2010 15:59:44 +0100 Subject: [PATCH] fix typo --- libraries/export/sql.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/export/sql.php b/libraries/export/sql.php index d026f2c33..34ce6b0f4 100644 --- a/libraries/export/sql.php +++ b/libraries/export/sql.php @@ -440,7 +440,7 @@ function PMA_exportDBFooter($db) * Returns a stand-in CREATE definition to resolve view dependencies * * @param string the database name - * @param string the vew name + * @param string the view name * @param string the end of line sequence * * @return string resulting definition