diff options
author | Gerhard Killesreiter <killes_www_drop_org@227.no-reply.drupal.org> | 2006-04-11 11:33:15 +0000 |
---|---|---|
committer | Gerhard Killesreiter <killes_www_drop_org@227.no-reply.drupal.org> | 2006-04-11 11:33:15 +0000 |
commit | 70aae83c8ee2a44b2eb880214af50f8052e12bf7 (patch) | |
tree | 7ed206ab5d302d9699cd11e28b6a3bbbd0ac5fdb /modules/search.module | |
parent | 4b87417062261795eb4a2ce5909c2dacc8ce4704 (diff) | |
download | brdo-70aae83c8ee2a44b2eb880214af50f8052e12bf7.tar.gz brdo-70aae83c8ee2a44b2eb880214af50f8052e12bf7.tar.bz2 |
#58166, fixes for typos, patch by Uwe Herrmann
Diffstat (limited to 'modules/search.module')
-rw-r--r-- | modules/search.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/search.module b/modules/search.module index 97897c0ca..4cc487e41 100644 --- a/modules/search.module +++ b/modules/search.module @@ -1243,7 +1243,7 @@ function theme_search_item($item, $type) { * * Modules may implement hook_search_page() in order to override this default * function to display search results. In that case it is expected they provide - * their own themable functions. + * their own themeable functions. * * @param $results * All search result as returned by hook_search(). |