summaryrefslogtreecommitdiff
path: root/modules/search
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-09-27 01:08:40 +0000
committerDries Buytaert <dries@buytaert.net>2010-09-27 01:08:40 +0000
commitf40a5c18ae07790757b5ae4025d7e97bdf6f835b (patch)
tree05d48f6497ca15881d634495408609a31f755b8b /modules/search
parent679415abcd5b3c0b988ebe9b7613749784f08470 (diff)
downloadbrdo-f40a5c18ae07790757b5ae4025d7e97bdf6f835b.tar.gz
brdo-f40a5c18ae07790757b5ae4025d7e97bdf6f835b.tar.bz2
- Patch #923004 by marvil07: typo on hook_search_execute() docblock.
Diffstat (limited to 'modules/search')
-rw-r--r--modules/search/search.api.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/search/search.api.php b/modules/search/search.api.php
index 25b446ebb..89290bc2d 100644
--- a/modules/search/search.api.php
+++ b/modules/search/search.api.php
@@ -168,7 +168,7 @@ function hook_search_admin() {
* search_expression_insert() may also be helpful for adding custom search
* parameters to the search expression.
*
- * See node_execute_search() for an example of a module that uses the search
+ * See node_search_execute() for an example of a module that uses the search
* index, and user_execute_search() for an example that doesn't ues the search
* index.
*