Skip to content

Commit 6fd4a75

Browse files
committed
out_kinesis_streams: fix typo
Signed-off-by: Takahiro Yamashita <[email protected]>
1 parent 31260d0 commit 6fd4a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/out_kinesis_streams/kinesis_api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ static int process_api_response(struct flb_kinesis *ctx,
771771
(strncmp(response_val.via.str.ptr,
772772
ERR_CODE_EXCEEDED_THROUGHPUT, 38) == 0)) {
773773
throughput_exceeded = FLB_TRUE;
774-
flb_plg_error(ctx->ins, "Thoughput limits may have been exceeded, %s",
774+
flb_plg_error(ctx->ins, "Throughput limits may have been exceeded, %s",
775775
ctx->stream_name);
776776
}
777777
flb_plg_debug(ctx->ins, "Record %i failed with err_code=%.*s",

0 commit comments

Comments
 (0)