Skip to content

Commit

Permalink
in_elasticsearch: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Türkalp Burak Kayrancıoğlu <bkayranci@gmail.com>
  • Loading branch information
bkayranci authored and edsiper committed Dec 22, 2023
1 parent 78e79b7 commit 842a482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/in_elasticsearch/in_elasticsearch_bulk_prot.c
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@ int in_elasticsearch_bulk_prot_handle(struct flb_in_elasticsearch *ctx,
flb_sds_destroy(tag);
mk_mem_free(uri);

send_response(conn, 400, "error: invaild HTTP endpoint\n");
send_response(conn, 400, "error: invalid HTTP endpoint\n");

return -1;
}
Expand Down

0 comments on commit 842a482

Please sign in to comment.