diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-01-25 10:38:35 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-01-25 10:38:35 +0000 |
commit | af3f94b37ebb4e6b2d03f937e40a157a17dff223 (patch) | |
tree | 002f4e23f118c3324f7cf2bceb781c441f55406f /modules/search | |
parent | 4f6cf1d1a1ac7f6ef0295cbdcf24ea980fda61b7 (diff) | |
download | brdo-af3f94b37ebb4e6b2d03f937e40a157a17dff223.tar.gz brdo-af3f94b37ebb4e6b2d03f937e40a157a17dff223.tar.bz2 |
- Patch #693614 by asimmonds: fixed PHPDoc spelling typos.
Diffstat (limited to 'modules/search')
-rw-r--r-- | modules/search/search.api.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/search/search.api.php b/modules/search/search.api.php index 517427853..1e1e99b65 100644 --- a/modules/search/search.api.php +++ b/modules/search/search.api.php @@ -74,7 +74,7 @@ function hook_search_reset() { } /** - * Report the stutus of indexing. + * Report the status of indexing. * * @return * An associative array with the key-value pairs: |