aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2019-10-10 21:58:20 +0200
committerMattias Andrée <maandree@kth.se>2019-10-10 21:58:20 +0200
commit3350e96da4ab41076b5f1fd7a53076792421536d (patch)
treec15688159974c0571111708718634e25b2ab7f02
parentBump year (diff)
downloadxpybar-3350e96da4ab41076b5f1fd7a53076792421536d.tar.gz
xpybar-3350e96da4ab41076b5f1fd7a53076792421536d.tar.bz2
xpybar-3350e96da4ab41076b5f1fd7a53076792421536d.tar.xz
Fix typo
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--src/plugins/powersupply.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/powersupply.py b/src/plugins/powersupply.py
index e5ced99..6a5ce7a 100644
--- a/src/plugins/powersupply.py
+++ b/src/plugins/powersupply.py
@@ -58,7 +58,7 @@ class PowerSupply:
Constructor
@param name:str The name of the power supply, you can find
- the with `PowerSupplu.supplies`
+ the with `PowerSupply.supplies`
'''
self.name = name
self.path = '/sys/class/power_supply/' + name