summaryrefslogtreecommitdiffstats
path: root/exporting/pubsub
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/pubsub
parent24ce83460a70b854181c86bfab32d5a0badd480c (diff)
Spelling exporting (#10915)
Diffstat (limited to 'exporting/pubsub')
-rw-r--r--exporting/pubsub/pubsub_publish.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/exporting/pubsub/pubsub_publish.cc b/exporting/pubsub/pubsub_publish.cc
index dc237cf22f..6122dddba2 100644
--- a/exporting/pubsub/pubsub_publish.cc
+++ b/exporting/pubsub/pubsub_publish.cc
@@ -178,12 +178,12 @@ int pubsub_publish(void *pubsub_specific_data_p, char *error_message, size_t buf
}
/**
- * Get results from service responces
+ * Get results from service responses
*
* @param pubsub_specific_data_p a pointer to a structure with instance-wide data.
* @param error_message report error message to a caller.
- * @param sent_metrics report to a caller how many metrics was successfuly sent.
- * @param sent_bytes report to a caller how many bytes was successfuly sent.
+ * @param sent_metrics report to a caller how many metrics was successfully sent.
+ * @param sent_bytes report to a caller how many bytes was successfully sent.
* @param lost_metrics report to a caller how many metrics was lost during transmission.
* @param lost_bytes report to a caller how many bytes was lost during transmission.
* @return Returns 0 if all data was sent successfully, 1 when data was lost on transmission.