[geeklog-hg] geeklog: Fixed typo

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Sep 28 06:15:37 EDT 2013


changeset 9313:65719c39f72f
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/65719c39f72f
user: dengen <taharaxp at gmail.com>
date: Sat Sep 28 19:15:27 2013 +0900
description:
Fixed typo

diffstat:

 public_html/lib-common.php |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r ab38896fcd60 -r 65719c39f72f public_html/lib-common.php
--- a/public_html/lib-common.php	Tue Sep 24 21:07:31 2013 -0400
+++ b/public_html/lib-common.php	Sat Sep 28 19:15:27 2013 +0900
@@ -363,7 +363,7 @@
     $_CONF['supported_version_theme'] = (!isset($theme_config['supported_version_theme']))   ? $_CONF['supported_version_theme']   : $theme_config['supported_version_theme'];
     $_CONF['theme_etag'] = (!isset($theme_config['etag']))   ? $_CONF['theme_etag']   : $theme_config['etag'];
     if ($_CONF['theme_etag'] AND !file_exists($_CONF['path_layout'] . 'style.css.php')) {
-        // See if stylw.css.php file exists that is required
+        // See if style.css.php file exists that is required
         $_CONF['theme_etag'] = false;
     }
 }



More information about the geeklog-cvs mailing list