summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-04-05 13:52:31 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-04-05 13:52:31 -0500
commite0b02c925e37de181c5530a6bda3a2ce9406721e (patch)
tree8967d21ce10ff98eb4e518948a5e182a40bed762 /src
parent4cf1d23b881e4deda762a3cfd097e4c1530f5c6b (diff)
downloadkpowersave-e0b02c925e37de181c5530a6bda3a2ce9406721e.tar.gz
kpowersave-e0b02c925e37de181c5530a6bda3a2ce9406721e.zip
Fix typos.
Diffstat (limited to 'src')
-rw-r--r--src/inactivity.cpp4
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);