aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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