Revision | 52ce6c9429440166061efe67dfa13d8f9757e703 (tree) |
---|---|
Time | 2007-10-20 13:46:55 |
Author | henoheno <henoheno> |
Commiter | henoheno |
Correct a comment only
@@ -1,6 +1,6 @@ | ||
1 | 1 | <?php |
2 | 2 | // 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 $ | |
4 | 4 | // Copyright (C) 2003-2005 PukiWiki Developers Team |
5 | 5 | // License: GPL v2 or (at your option) any later version |
6 | 6 | // |
@@ -146,7 +146,7 @@ class ConfigTable | ||
146 | 146 | } |
147 | 147 | } |
148 | 148 | |
149 | - // Addi an explanation | |
149 | + // Add an explanation | |
150 | 150 | function add_line($line) |
151 | 151 | { |
152 | 152 | $this->after[] = $line; |