summaryrefslogtreecommitdiffstats
path: root/lib/public/FullTextSearch/Model/ISearchResult.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/FullTextSearch/Model/ISearchResult.php')
-rw-r--r--lib/public/FullTextSearch/Model/ISearchResult.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/FullTextSearch/Model/ISearchResult.php b/lib/public/FullTextSearch/Model/ISearchResult.php
index 60070856264..2d78a1e4a89 100644
--- a/lib/public/FullTextSearch/Model/ISearchResult.php
+++ b/lib/public/FullTextSearch/Model/ISearchResult.php
@@ -38,7 +38,7 @@ use OCP\FullTextSearch\IFullTextSearchProvider;
* search and fill the SearchResult object with results.
*
* Then, the object will be passed to the targeted Content Provider that will
- * improve the Search Results with detailed informations.
+ * improve the Search Results with detailed information.
*
* Finally, the SearchResult is returned to the original search request.
*