diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-05 13:52:31 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-07-05 03:45:41 +0200 |
commit | 3fa1fa8123bdf67a70704dc304250387bd06f7c1 (patch) | |
tree | b2a81144ddf03ddb99cc2a6d2595e7970c2fe42d /src/inactivity.cpp | |
parent | bdbe3b3cbfe1e2083f2ae969915b8bc117bf6ff5 (diff) | |
download | kpowersave-3fa1fa8123bdf67a70704dc304250387bd06f7c1.tar.gz kpowersave-3fa1fa8123bdf67a70704dc304250387bd06f7c1.zip |
Fix typos.
(cherry picked from commit e0b02c925e37de181c5530a6bda3a2ce9406721e)
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 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); |