summaryrefslogtreecommitdiff
path: root/s5.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2007-02-24 08:51:09 +0000
committerMax Kremmel <xing@synapse.plus.com>2007-02-24 08:51:09 +0000
commitbd14695dae6b4cb4f07c549a17020fa66b7e2ede (patch)
tree012a556ece4ab94e8a40d4c6b0acbe3132b66895 /s5.php
parent2cfb36d6b9ecb3a5e487c7c118dfeae1feaba1a0 (diff)
downloadwiki-bd14695dae6b4cb4f07c549a17020fa66b7e2ede.tar.gz
wiki-bd14695dae6b4cb4f07c549a17020fa66b7e2ede.tar.bz2
wiki-bd14695dae6b4cb4f07c549a17020fa66b7e2ede.zip
fix 'seperate' spelling mistakes
Diffstat (limited to 's5.php')
-rw-r--r--s5.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/s5.php b/s5.php
index e2198df..a86f21c 100644
--- a/s5.php
+++ b/s5.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/s5.php,v 1.7 2006/11/28 17:18:21 squareing Exp $
+ * $Header: /cvsroot/bitweaver/_bit_wiki/s5.php,v 1.8 2007/02/24 08:51:09 squareing Exp $
*
* Copyright (c) 2004 bitweaver.org
* Copyright (c) 2003 tikwiki.org
@@ -8,12 +8,12 @@
* All Rights Reserved. See copyright.txt for details and a complete list of authors.
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details
*
- * $Id: s5.php,v 1.7 2006/11/28 17:18:21 squareing Exp $
+ * $Id: s5.php,v 1.8 2007/02/24 08:51:09 squareing Exp $
* @package wiki
* @subpackage functions
*/
- // we need to split the page into seperate slides
+ // we need to split the page into separate slides
$slides = explode( '<h1>', $gContent->getField('parsed_data') );
//vd($slides);
// manually set the first slide to page title and description