Fix typos.

(cherry picked from commit e0b02c925e)
v3.5.13-sru
Darrell Anderson 13 years ago committed by Slávek Banko
parent bdbe3b3cbf
commit 3fa1fa8123

@ -313,9 +313,9 @@ void inactivity::checkBlacklisted(){
* \ref blacklisted_running . * \ref blacklisted_running .
* \param *proc pointer to the sending KProcess * \param *proc pointer to the sending KProcess
* \param *buffer the char pointer to the output of the process to stdout * \param *buffer the char pointer to the output of the process to stdout
* \param *lenght the length of the buffer * \param *length the length of the buffer
*/ */
void inactivity::getPIDs(KProcess */*proc*/, char *buffer, int /*lenght*/) { void inactivity::getPIDs(KProcess */*proc*/, char *buffer, int /*length*/) {
kdDebugFuncIn(trace); kdDebugFuncIn(trace);
TQString pids(buffer); TQString pids(buffer);

Loading…
Cancel
Save