diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-05 13:52:31 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-05 13:52:31 -0500 |
commit | e0b02c925e37de181c5530a6bda3a2ce9406721e (patch) | |
tree | 8967d21ce10ff98eb4e518948a5e182a40bed762 /src/inactivity.cpp | |
parent | 4cf1d23b881e4deda762a3cfd097e4c1530f5c6b (diff) | |
download | tdepowersave-e0b02c925e37de181c5530a6bda3a2ce9406721e.tar.gz tdepowersave-e0b02c925e37de181c5530a6bda3a2ce9406721e.zip |
Fix typos.
Diffstat (limited to 'src/inactivity.cpp')
-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); |