diff options
author | lilinjie <lilinjie@uniontech.com> | 2023-01-04 17:57:35 +0800 |
---|---|---|
committer | Jake Hunsaker <jhunsake@redhat.com> | 2023-01-09 10:05:09 -0500 |
commit | ced8cd8c105d0801963a9cbd346181bc086316e1 (patch) | |
tree | 20105702f34b8a498062b2816685eee992c964d5 | |
parent | 19d20652296f91b270651efd1aa1240aff53c960 (diff) | |
download | sos-ced8cd8c105d0801963a9cbd346181bc086316e1.tar.gz |
fix typo
Signed-off-by: lilinjie <lilinjie@uniontech.com>
-rw-r--r-- | sos/report/plugins/pcp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/report/plugins/pcp.py b/sos/report/plugins/pcp.py index ad902332..a979deab 100644 --- a/sos/report/plugins/pcp.py +++ b/sos/report/plugins/pcp.py @@ -93,7 +93,7 @@ class Pcp(Plugin, RedHatPlugin, DebianPlugin): var_conf_dir ]) - # We explicitely avoid /var/lib/pcp/config/{pmchart,pmlogconf,pmieconf, + # We explicitly avoid /var/lib/pcp/config/{pmchart,pmlogconf,pmieconf, # pmlogrewrite} as in 99% of the cases they are just copies from the # rpms. It does not make up for a lot of size but it contains many # files |