From 14cd40ec5843edf13fbe18f59eed6dbb47501499 Mon Sep 17 00:00:00 2001
From: Chang Zhao <chang-zhao@users.noreply.github.com>
Date: Fri, 5 Jan 2018 13:24:37 +0300
Subject: [PATCH] Update css.php

typo
---
 lib/exe/css.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/exe/css.php b/lib/exe/css.php
index bcccd5e57..ae51d9fc0 100644
--- a/lib/exe/css.php
+++ b/lib/exe/css.php
@@ -44,7 +44,7 @@ function css_out(){
     $tpl = trim(preg_replace('/[^\w-]+/','',$INPUT->str('t')));
     if(!$tpl) $tpl = $conf['template'];
 
-    // load styl.ini
+    // load style.ini
     $styleini = css_styleini($tpl, $INPUT->bool('preview'));
 
     // cache influencers
-- 
GitLab