Merge branch 'typos'

svn path=/trunk/KDE/kdebase/workspace/; revision=864846
icc-effect-5.14.5
Frederik Schwarzer 2008-09-25 17:51:35 +00:00
parent 19f400578f
commit 0e2b190a0e
1 changed files with 4 additions and 4 deletions

View File

@ -1264,7 +1264,7 @@ int Workspace::previousDesktopStatic( int iDesktop ) const
}
/*!
auxiliary functions to travers all clients according the focus
auxiliary functions to travers all clients according to the focus
order. Useful for kwms Alt-tab feature.
*/
Client* Workspace::nextClientFocusChain( Client* c ) const
@ -1281,7 +1281,7 @@ Client* Workspace::nextClientFocusChain( Client* c ) const
}
/*!
auxiliary functions to travers all clients according the focus
auxiliary functions to travers all clients according to the focus
order. Useful for kwms Alt-tab feature.
*/
Client* Workspace::previousClientFocusChain( Client* c ) const
@ -1298,7 +1298,7 @@ Client* Workspace::previousClientFocusChain( Client* c ) const
}
/*!
auxiliary functions to travers all clients according the static
auxiliary functions to travers all clients according to the static
order. Useful for the CDE-style Alt-tab feature.
*/
Client* Workspace::nextClientStatic( Client* c ) const
@ -1314,7 +1314,7 @@ Client* Workspace::nextClientStatic( Client* c ) const
return clients[ pos ];
}
/*!
auxiliary functions to travers all clients according the static
auxiliary functions to travers all clients according to the static
order. Useful for the CDE-style Alt-tab feature.
*/
Client* Workspace::previousClientStatic( Client* c ) const