From 7f253bcd8205f51a47f75fd97a45b1c573633c4c Mon Sep 17 00:00:00 2001
From: Rainbow Spike <Dr-Yukon@users.noreply.github.com>
Date: Mon, 12 Jan 2015 22:06:45 +1000
Subject: Update css.php

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

(limited to 'lib/exe/css.php')

diff --git a/lib/exe/css.php b/lib/exe/css.php
index 3b8bc80bc..701cebaed 100644
--- a/lib/exe/css.php
+++ b/lib/exe/css.php
@@ -36,7 +36,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);
     
     // find mediatypes
-- 
cgit v1.2.3