diff options
Diffstat (limited to 'exporting/aws_kinesis')
-rw-r--r-- | exporting/aws_kinesis/aws_kinesis_put_record.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/exporting/aws_kinesis/aws_kinesis_put_record.cc b/exporting/aws_kinesis/aws_kinesis_put_record.cc index b20ec137..62c6b030 100644 --- a/exporting/aws_kinesis/aws_kinesis_put_record.cc +++ b/exporting/aws_kinesis/aws_kinesis_put_record.cc @@ -110,11 +110,11 @@ void kinesis_put_record( } /** - * Get results from service responces + * Get results from service responses * * @param request_outcomes_p request outcome information. * @param error_message report error message to a caller. - * @param sent_bytes report to a caller how many bytes was successfuly sent. + * @param sent_bytes report to a caller how many bytes was successfully sent. * @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 */ |