From 7364b6d4d0973a0f89172a847c9c6106eeca809a Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Thu, 15 Feb 2018 19:23:50 +0100 Subject: 's/P[Ss][Uu]til/psutil/g' Hey, I'm just trying to be consistent. --- glances/plugins/glances_core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'glances/plugins/glances_core.py') 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 -- cgit v1.2.3