Fix typos (bug #1597137).

This commit is contained in:
Michal Čihař
2006-11-19 20:54:19 +00:00
parent 6a4bb0d2da
commit 99da0295ea
4 changed files with 8 additions and 3 deletions

View File

@@ -5,6 +5,11 @@ phpMyAdmin - ChangeLog
$Id$
$HeadURL$
2006-11-19 Michal Čihař <michal@cihar.com>
* themes/darkblue_orange/css/theme_right.css.php,
themes/original/css/theme_right.css.php,
libraries/database_interface.lib.php: Fix typos (bug #1597137).
2006-11-19 Marc Delisle <lem9@users.sourceforge.net>
* pmd_general.php, pmd_get_info.php, pmd/scripts/move.js,
pmd_relation_new.php, lang/*: support internal relations also

View File

@@ -215,7 +215,7 @@ function PMA_DBI_get_tables($database, $link = null)
* @param string $table table
* @param boolean|string $tbl_is_group $table is a table group
* @param resource $link mysql link
* @return array list of tbales in given db(s)
* @return array list of tables in given db(s)
*/
function PMA_DBI_get_tables_full($database, $table = false,
$tbl_is_group = false, $link = null)

View File

@@ -194,7 +194,7 @@ table tr.even {
text-align: <?php echo $left; ?>;
}
/* marked tbale rows */
/* marked table rows */
table tr.marked th,
table tr.marked {
background: <?php echo $GLOBALS['cfg']['BrowseMarkerBackground']; ?>;

View File

@@ -169,7 +169,7 @@ table tr.even {
text-align: <?php echo $left; ?>;
}
/* marked tbale rows */
/* marked table rows */
table tr.marked th,
table tr.marked {
background: <?php echo $GLOBALS['cfg']['BrowseMarkerBackground']; ?>;