┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/search/bar.h
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/bar.h
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/bar.h')
-rw-r--r--src/search/bar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/search/bar.h b/src/search/bar.h
index e8a401748..c45e838c7 100644
--- a/src/search/bar.h
+++ b/src/search/bar.h
@@ -137,7 +137,7 @@ private Q_SLOTS:
/**
* Is called when any component within this Bar emits a configurationChanged() signal.
* This method is then responsible to communicate the changed search configuration to every other interested party by calling
- * UpdatableStateInterface::updateStateToMatch() methods and commiting the new search configuration.
+ * UpdatableStateInterface::updateStateToMatch() methods and committing the new search configuration.
* @see UpdatableStateInterface::updateStateToMatch().
* @see commitCurrentConfiguration().
*/
@@ -145,7 +145,7 @@ private Q_SLOTS:
/**
* Changes the m_searchConfiguration in response to the user editing the search term. If no further changes to the search term happen within a time limit,
- * the new search configuration will eventually be commited.
+ * the new search configuration will eventually be committed.
* @see commitCurrentConfiguration.
*/
void slotSearchTermEdited(const QString &text);