summaryrefslogtreecommitdiffstats
path: root/src/inactivity.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/inactivity.cpp')
-rw-r--r--src/inactivity.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/inactivity.cpp b/src/inactivity.cpp
index 8dde0b7..1d03bdd 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);