From 1254e6f0b370792b771819e1e2021329d07c0eb3 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Wed, 30 Aug 2006 11:49:45 +0000 Subject: [PATCH] typo --- libraries/config.default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/config.default.php b/libraries/config.default.php index 3afba1f1e6..32803d64f1 100644 --- a/libraries/config.default.php +++ b/libraries/config.default.php @@ -556,7 +556,7 @@ $cfg['ThemeManager'] = TRUE; // if you want to use selectable th $cfg['ThemeDefault'] = 'original'; // set up default theme, if ThemePath not empty // you can set up here an valid path to themes or 'original' for // the original pma-theme -$cfg['ThemePerServer'] = FALSE; // allow diferent theme for each configured server +$cfg['ThemePerServer'] = FALSE; // allow different theme for each configured server //----------------------------------------------------------------------------- -- 2.11.4.GIT