summaryrefslogtreecommitdiffstats
path: root/collectors/python.d.plugin/puppet
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2021-01-19 12:54:37 -0500
committerGitHub <noreply@github.com>2021-01-19 20:54:37 +0300
commit7772552ec74d70036cd32d53525bff2a56f2a9d4 (patch)
tree9d09f1f2f8ddfb95105bbb3af8dc33b7c594f18c /collectors/python.d.plugin/puppet
parent30c6cfbad47edb1a1d673c2f909c4f35115cbf53 (diff)
Spelling python plugin (#10525)
Diffstat (limited to 'collectors/python.d.plugin/puppet')
-rw-r--r--collectors/python.d.plugin/puppet/puppet.chart.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/collectors/python.d.plugin/puppet/puppet.chart.py b/collectors/python.d.plugin/puppet/puppet.chart.py
index 2451e930fd..f8adf60064 100644
--- a/collectors/python.d.plugin/puppet/puppet.chart.py
+++ b/collectors/python.d.plugin/puppet/puppet.chart.py
@@ -81,7 +81,7 @@ class Service(UrlService):
# NOTE: there are several ways to retrieve data
# 1. Only PE versions:
# https://puppet.com/docs/pe/2018.1/api_status/status_api_metrics_endpoints.html
- # 2. Inidividual Metrics API (JMX):
+ # 2. Individual Metrics API (JMX):
# https://puppet.com/docs/pe/2018.1/api_status/metrics_api.html
# 3. Extended status at debug level:
# https://puppet.com/docs/pe/2018.1/api_status/status_api_json_endpoints.html