diff options
author | Darrell Anderson <[email protected]> | 2013-08-09 13:24:53 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2013-08-09 13:24:53 -0500 |
commit | f8befe6e2f7dea79c61750aefb604d79cf263b39 (patch) | |
tree | 3522a97eb4d4a27f5f79108d532a225626f81451 /src/inactivity.h | |
parent | f6157088bee6c877bbbffa0606833109ec506664 (diff) | |
download | tdepowersave-f8befe6e2f7dea79c61750aefb604d79cf263b39.tar.gz tdepowersave-f8befe6e2f7dea79c61750aefb604d79cf263b39.zip |
Fix typos.
Diffstat (limited to 'src/inactivity.h')
-rw-r--r-- | src/inactivity.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inactivity.h b/src/inactivity.h index 8e03fd3..e2d88a8 100644 --- a/src/inactivity.h +++ b/src/inactivity.h @@ -121,7 +121,7 @@ private: //! TQStringList with blacklisted programs for autosuspend TQStringList blacklist; - //! time which must expire befor emit signal for autosuspend + //! time which must expire before emit signal for autosuspend unsigned long timeToInactivity; //! time of inactivity from the last check unsigned long idleTime; |