diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-05-05 00:33:57 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-05-05 00:33:57 -0500 |
commit | 29137380652bd9b151bc24a00e4b97c4247b3aa9 (patch) | |
tree | db954dc8a0b50581fd2a2acdfc1c91693966dd8c /karm | |
parent | 7bd54f5a796f6f1276bbd310deaf1f2ac673954d (diff) | |
download | tdepim-29137380652bd9b151bc24a00e4b97c4247b3aa9.tar.gz tdepim-29137380652bd9b151bc24a00e4b97c4247b3aa9.zip |
Fix typos.
Diffstat (limited to 'karm')
-rw-r--r-- | karm/desktoptracker.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/karm/desktoptracker.cpp b/karm/desktoptracker.cpp index deab87548..062165704 100644 --- a/karm/desktoptracker.cpp +++ b/karm/desktoptracker.cpp @@ -87,7 +87,7 @@ void DesktopTracker::registerForDesktops( Task* task, DesktopList desktopList) TaskVector::iterator tit = std::find(v->begin(), v->end(), task); if (tit != v->end()) desktopTracker[i].erase(tit); - // if the task was priviously tracking this desktop then + // if the task was previously tracking this desktop then // emit a signal that is not tracking it any more if( i == kWinModule.currentDesktop() -1) emit leftActiveDesktop(task); @@ -113,7 +113,7 @@ void DesktopTracker::registerForDesktops( Task* task, DesktopList desktopList) if (tit != v.end()) // not in start vector any more { v.erase(tit); // so we delete it from desktopTracker - // if the task was priviously tracking this desktop then + // if the task was previously tracking this desktop then // emit a signal that is not tracking it any more if( i == kWinModule.currentDesktop() -1) emit leftActiveDesktop(task); |