summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2009-11-09 17:39:30 +0000
committerwjames5 <will@tekimaki.com>2009-11-09 17:39:30 +0000
commitb8ca7e150325915d5cf8d5b6dab95fc3f9d90e52 (patch)
tree6d3fa744a5ca60b9da66981b9bb5b991eae9dbd2
parentca4be8749325aa359085fd4b79c7242cea10c24a (diff)
downloadkernel-b8ca7e150325915d5cf8d5b6dab95fc3f9d90e52.tar.gz
kernel-b8ca7e150325915d5cf8d5b6dab95fc3f9d90e52.tar.bz2
kernel-b8ca7e150325915d5cf8d5b6dab95fc3f9d90e52.zip
Tiki what?
-rwxr-xr-xBitSystem.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/BitSystem.php b/BitSystem.php
index 833cd8f..47acc9a 100755
--- a/BitSystem.php
+++ b/BitSystem.php
@@ -3,7 +3,7 @@
* Main bitweaver systems functions
*
* @package kernel
- * @version $Header: /cvsroot/bitweaver/_bit_kernel/BitSystem.php,v 1.222 2009/10/02 21:22:56 dansut Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_kernel/BitSystem.php,v 1.223 2009/11/09 17:39:30 wjames5 Exp $
* @author spider <spider@steelsun.com>
*/
// +----------------------------------------------------------------------+
@@ -36,7 +36,7 @@ define( 'HOMEPAGE_LAYOUT', 'home' );
*
* Purpose:
*
- * This is the main system class that does the work of seeing Tiki has an
+ * This is the main system class that does the work of seeing bitweaver has an
* operable environment and has methods for modifying that environment.
*
* Currently gBitSystem derives from this class for backward compatibility sake.