From a665f16aed57e23262eaf2dd9ef88dc149431e04 Mon Sep 17 00:00:00 2001 From: Desuneko Date: Fri, 27 Sep 2013 20:17:21 +0200 Subject: [PATCH] install.php: fixed a typo --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.php b/install.php index 2aac065c..5b65823c 100644 --- a/install.php +++ b/install.php @@ -13,7 +13,7 @@ $page = array( 'nojavascript' => true ); -// this breaks the dispaly of licenses if enabled +// this breaks the display of licenses if enabled $config['minify_html'] = false; if (file_exists($config['has_installed'])) {