summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-04-05 13:52:31 -0500
committerSlávek Banko <slavek.banko@axis.cz>2012-07-05 03:45:41 +0200
commit3fa1fa8123bdf67a70704dc304250387bd06f7c1 (patch)
treeb2a81144ddf03ddb99cc2a6d2595e7970c2fe42d
parentbdbe3b3cbfe1e2083f2ae969915b8bc117bf6ff5 (diff)
downloadkpowersave-3fa1fa8123bdf67a70704dc304250387bd06f7c1.tar.gz
kpowersave-3fa1fa8123bdf67a70704dc304250387bd06f7c1.zip
Fix typos.
(cherry picked from commit e0b02c925e37de181c5530a6bda3a2ce9406721e)
-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);