summaryrefslogtreecommitdiff
path: root/inc/indexer.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2007-08-09 23:21:54 +0200
committerAndreas Gohr <andi@splitbrain.org>2007-08-09 23:21:54 +0200
commitc9db30f969ec4cb1dd52dd6a54aa8ab15b1ce37b (patch)
tree40aaa4b5e23da6fbea54aa7552ea24f3c7f2d67b /inc/indexer.php
parent2340e8a640b26d748f1e94af2e8a54aeeab3ab9a (diff)
downloadrpg-c9db30f969ec4cb1dd52dd6a54aa8ab15b1ce37b.tar.gz
rpg-c9db30f969ec4cb1dd52dd6a54aa8ab15b1ce37b.tar.bz2
spelling fix FS#1220
darcs-hash:20070809212154-7ad00-bde57d95f9b61840f1cdac4d60f89bcd0ae83c4a.gz
Diffstat (limited to 'inc/indexer.php')
-rw-r--r--inc/indexer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/indexer.php b/inc/indexer.php
index c2f7d6779..319e2b6e4 100644
--- a/inc/indexer.php
+++ b/inc/indexer.php
@@ -104,7 +104,7 @@ function idx_touchIndex($pre, $wlen){
/**
* Split a page into words
*
- * Returns an array of word counts, false if an error occured.
+ * Returns an array of word counts, false if an error occurred.
* Array is keyed on the word length, then the word index.
*
* @author Andreas Gohr <andi@splitbrain.org>