aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-04-24 15:52:50 +0200
committerMattias Andrée <maandree@operamail.com>2014-04-24 15:52:50 +0200
commit4de849eae1e493a826d7a96edaca5c498512c337 (patch)
treed2b88de3a44f4b95717c5644c4a6c194d43a6d1f /src
parentupdate todo (diff)
downloadxpybar-4de849eae1e493a826d7a96edaca5c498512c337.tar.gz
xpybar-4de849eae1e493a826d7a96edaca5c498512c337.tar.bz2
xpybar-4de849eae1e493a826d7a96edaca5c498512c337.tar.xz
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src')
-rw-r--r--src/plugins/cpu.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cpu.py b/src/plugins/cpu.py
index be19e30..2305e89 100644
--- a/src/plugins/cpu.py
+++ b/src/plugins/cpu.py
@@ -37,7 +37,7 @@ class CPU:
'''
- # These contants are index in the CPU statistcs, use for example `CPU_instance.cpu[UPC.user]`
+ # These contants are index in the CPU statistcs, use for example `CPU_instance.cpu[CPU.user]`
user = 0
'''