summaryrefslogtreecommitdiffstats
path: root/collectors/tc.plugin
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2021-04-14 05:52:15 -0400
committerGitHub <noreply@github.com>2021-04-14 12:52:15 +0300
commit68f16bb2859809e2b0ada0045bca9d5a8286a62f (patch)
tree3f97b164bc99021b298ee352aec022485045dca4 /collectors/tc.plugin
parentbb13999c405bbfa1a50be52742390f53b1db806b (diff)
Spelling collectors (#10912)
Diffstat (limited to 'collectors/tc.plugin')
-rw-r--r--collectors/tc.plugin/plugin_tc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/collectors/tc.plugin/plugin_tc.c b/collectors/tc.plugin/plugin_tc.c
index 26affee09c..de7bd11dcd 100644
--- a/collectors/tc.plugin/plugin_tc.c
+++ b/collectors/tc.plugin/plugin_tc.c
@@ -558,7 +558,7 @@ static inline void tc_device_commit(struct tc_device *d) {
, "tokens"
, PLUGIN_TC_NAME
, NULL
- , NETDATA_CHART_PRIO_TC_QOS_TOCKENS
+ , NETDATA_CHART_PRIO_TC_QOS_TOKENS
, localhost->rrd_update_every
, RRDSET_TYPE_LINE
);
@@ -614,7 +614,7 @@ static inline void tc_device_commit(struct tc_device *d) {
, "ctokens"
, PLUGIN_TC_NAME
, NULL
- , NETDATA_CHART_PRIO_TC_QOS_CTOCKENS
+ , NETDATA_CHART_PRIO_TC_QOS_CTOKENS
, localhost->rrd_update_every
, RRDSET_TYPE_LINE
);