diff options
| author | luz paz <[email protected]> | 2021-12-06 07:59:23 -0500 |
|---|---|---|
| committer | luz paz <[email protected]> | 2021-12-06 07:59:23 -0500 |
| commit | fde79c09cb9ae5991d6b36c7c1d125628f2c7914 (patch) | |
| tree | 1efba5edbc29379fdc5a54325422a1ac53aa1eb1 /src/views/versioncontrol/versioncontrolobserver.cpp | |
| parent | 73e919a4f3fc429b76cc9be2e55d6a000df620e1 (diff) | |
Fix various typos
Found via `codespell -q 3 -S *.desktop,*.xml`
Diffstat (limited to 'src/views/versioncontrol/versioncontrolobserver.cpp')
| -rw-r--r-- | src/views/versioncontrol/versioncontrolobserver.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/views/versioncontrol/versioncontrolobserver.cpp b/src/views/versioncontrol/versioncontrolobserver.cpp index 895ce6614..a773aef6b 100644 --- a/src/views/versioncontrol/versioncontrolobserver.cpp +++ b/src/views/versioncontrol/versioncontrolobserver.cpp @@ -135,7 +135,7 @@ void VersionControlObserver::slotItemsChanged(const KItemRangeList& itemRanges, { Q_UNUSED(itemRanges) - // Because "version" role is emitted by VCS plugin (ourselfs) we don't need to + // Because "version" role is emitted by VCS plugin (ourselves) we don't need to // analyze it and update directory item states information. So lets check if // there is only "version". if ( !(roles.count() == 1 && roles.contains("version")) ) { @@ -163,7 +163,7 @@ void VersionControlObserver::verifyDirectory() // by an immediate verification. m_dirVerificationTimer->setInterval(500); } else { - // View was versionned but should not be anymore + // View was versioned but should not be anymore updateItemStates(); } } else if ((m_plugin = searchPlugin(rootItem.url()))) { |
