summaryrefslogtreecommitdiffstats
path: root/exporting/prometheus
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2021-04-14 05:25:30 -0400
committerGitHub <noreply@github.com>2021-04-14 12:25:30 +0300
commitd07f248e7554f8c20e62ad8c65fbd8aaab67418f (patch)
tree213085a4cbc69ce396c8b23181f6cf433a323981 /exporting/prometheus
parent24ce83460a70b854181c86bfab32d5a0badd480c (diff)
Spelling exporting (#10915)
Diffstat (limited to 'exporting/prometheus')
-rw-r--r--exporting/prometheus/remote_write/remote_write.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/exporting/prometheus/remote_write/remote_write.c b/exporting/prometheus/remote_write/remote_write.c
index 30bd05ad74..f844e3e498 100644
--- a/exporting/prometheus/remote_write/remote_write.c
+++ b/exporting/prometheus/remote_write/remote_write.c
@@ -36,7 +36,7 @@ void prometheus_remote_write_prepare_header(struct instance *instance)
}
/**
- * Process a responce received after Prometheus remote write connector had sent data
+ * Process a response received after Prometheus remote write connector had sent data
*
* @param buffer a response from a remote service.
* @param instance an instance data structure.