• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision52ce6c9429440166061efe67dfa13d8f9757e703 (tree)
Time2007-10-20 13:46:55
Authorhenoheno <henoheno>
Commiterhenoheno

Log Message

Correct a comment only

Change Summary

Incremental Difference

--- a/lib/config.php
+++ b/lib/config.php
@@ -1,6 +1,6 @@
11 <?php
22 // PukiWiki - Yet another WikiWikiWeb clone.
3-// $Id: config.php,v 1.6 2005/04/29 11:24:20 henoheno Exp $
3+// $Id: config.php,v 1.7 2007/10/20 04:46:55 henoheno Exp $
44 // Copyright (C) 2003-2005 PukiWiki Developers Team
55 // License: GPL v2 or (at your option) any later version
66 //
@@ -146,7 +146,7 @@ class ConfigTable
146146 }
147147 }
148148
149- // Addi an explanation
149+ // Add an explanation
150150 function add_line($line)
151151 {
152152 $this->after[] = $line;