┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/search/bar.h
diff options
context:
space:
mode:
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);