diff options
Diffstat (limited to 'src/search/dolphinquery.cpp')
| -rw-r--r-- | src/search/dolphinquery.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search/dolphinquery.cpp b/src/search/dolphinquery.cpp index 100bac4d0..55c9fa223 100644 --- a/src/search/dolphinquery.cpp +++ b/src/search/dolphinquery.cpp @@ -317,7 +317,7 @@ void DolphinQuery::initializeFromBalooQuery(const Baloo::Query &balooQuery, cons // UI does not support searching for differing strings in content and file name. m_searchTerm = value; } - if (!requestedToSearchThrough.has_value()) { // If requested to search thorugh contents, searching file names is already implied. + if (!requestedToSearchThrough.has_value()) { // If requested to search through contents, searching file names is already implied. requestedToSearchThrough = SearchThrough::FileNames; } } |
