summaryrefslogtreecommitdiffstats
path: root/collectors/cups.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/cups.plugin
parentbb13999c405bbfa1a50be52742390f53b1db806b (diff)
Spelling collectors (#10912)
Diffstat (limited to 'collectors/cups.plugin')
-rw-r--r--collectors/cups.plugin/cups_plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/collectors/cups.plugin/cups_plugin.c b/collectors/cups.plugin/cups_plugin.c
index a80930e4db..25d6f8cb59 100644
--- a/collectors/cups.plugin/cups_plugin.c
+++ b/collectors/cups.plugin/cups_plugin.c
@@ -49,7 +49,7 @@ static int netdata_priority = 100004;
http_t *http; // connection to the cups daemon
/*
- * Used to aggregate job metrics for a destination (and all destianations).
+ * Used to aggregate job metrics for a destination (and all destinations).
*/
struct job_metrics {
int is_collected; // flag if this was collected in the current cycle