summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorChristopher Smith <chris@jalakai.co.uk>2013-01-27 20:15:25 +0000
committerChristopher Smith <chris@jalakai.co.uk>2013-01-27 20:15:25 +0000
commitfe82d751808e4f0ede157e22e6c1e4b7402e2022 (patch)
tree1afcbbdfae2d7a70d238063c4854d0614d30fac4 /inc
parentdfbe4adfd080433f91409f028935b9f9879fceca (diff)
downloadrpg-fe82d751808e4f0ede157e22e6c1e4b7402e2022.tar.gz
rpg-fe82d751808e4f0ede157e22e6c1e4b7402e2022.tar.bz2
sp.
Diffstat (limited to 'inc')
-rw-r--r--inc/search.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/search.php b/inc/search.php
index 53bd240e8..5c70b0305 100644
--- a/inc/search.php
+++ b/inc/search.php
@@ -16,7 +16,7 @@ if(!defined('DOKU_INC')) die('meh.');
*
* @param array ref $data The results of the search are stored here
* @param string $base Where to start the search
- * @param callback $func Callback (function name or arayy with object,method)
+ * @param callback $func Callback (function name or array with object,method)
* @param string $dir Current directory beyond $base
* @param int $lvl Recursion Level
* @author Andreas Gohr <andi@splitbrain.org>