diff options
-rw-r--r-- | src/inactivity.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/inactivity.cpp b/src/inactivity.cpp index 3a215af..1ca6a09 100644 --- a/src/inactivity.cpp +++ b/src/inactivity.cpp @@ -313,9 +313,9 @@ void inactivity::checkBlacklisted(){ * \ref blacklisted_running . * \param *proc pointer to the sending KProcess * \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); TQString pids(buffer); |