summaryrefslogtreecommitdiffstats
path: root/glances/plugins/glances_core.py
diff options
context:
space:
mode:
authorAlessio Sergi <al3hex@gmail.com>2018-02-15 19:23:50 +0100
committerAlessio Sergi <al3hex@gmail.com>2018-02-15 19:23:50 +0100
commit7364b6d4d0973a0f89172a847c9c6106eeca809a (patch)
tree8c43e3eaee7958fd55fbe0b35d00cca7b30486d9 /glances/plugins/glances_core.py
parent83d47a8bc9c0de6eebdd81585ababc6b283c8e0e (diff)
's/P[Ss][Uu]til/psutil/g'
Hey, I'm just trying to be consistent.
Diffstat (limited to 'glances/plugins/glances_core.py')
-rw-r--r--glances/plugins/glances_core.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/glances/plugins/glances_core.py b/glances/plugins/glances_core.py
index 98ec1383..cfdf16a6 100644
--- a/glances/plugins/glances_core.py
+++ b/glances/plugins/glances_core.py
@@ -58,7 +58,7 @@ class Plugin(GlancesPlugin):
if self.input_method == 'local':
# Update stats using the standard system lib
- # The PSUtil 2.0 include psutil.cpu_count() and psutil.cpu_count(logical=False)
+ # The psutil 2.0 include psutil.cpu_count() and psutil.cpu_count(logical=False)
# Return a dict with:
# - phys: physical cores only (hyper thread CPUs are excluded)
# - log: logical CPUs in the system