aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sos/sosreport.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/sosreport.py b/sos/sosreport.py
index 8c759edf..e1573099 100644
--- a/sos/sosreport.py
+++ b/sos/sosreport.py
@@ -996,7 +996,7 @@ class SoSReport(object):
self._skip(plugin_class, _("optional"))
continue
- # only add the plugin's profiles once we know it is usable
+ # only add the plugin's profiles once we know it is usable
if hasattr(plugin_class, "profiles"):
self.profiles.update(plugin_class.profiles)