summaryrefslogtreecommitdiff
path: root/inc/indexer.php
diff options
context:
space:
mode:
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>