┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/search/dolphinquery.cpp
diff options
context:
space:
mode:
authorKunda Ki <[email protected]>2025-09-03 12:04:13 +0000
committerKunda Ki <[email protected]>2025-09-03 12:04:13 +0000
commit479ce3a1641398a8506812300834666614013850 (patch)
treee137016cebe538153d07b010f350842d6c3a6f25 /src/search/dolphinquery.cpp
parent93dd0db2eeb1fc41013e87e73f7fbd1956f26cd6 (diff)
Fix several user-facing and non-user-facing typos
Found via `codespell -S "*.desktop,*.po,*.svg,*.xml,./po" -L aparent,childs,goup,lokal`
Diffstat (limited to 'src/search/dolphinquery.cpp')
-rw-r--r--src/search/dolphinquery.cpp2
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;
}
}