From e0b02c925e37de181c5530a6bda3a2ce9406721e Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 5 Apr 2012 13:52:31 -0500 Subject: [PATCH] Fix typos. --- src/inactivity.cpp | 4 ++-- 1 file 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);