Skip to content

Commit 842a482

Browse files
bkayranciedsiper
authored andcommitted
in_elasticsearch: fix typo
Signed-off-by: Türkalp Burak Kayrancıoğlu <[email protected]>
1 parent 78e79b7 commit 842a482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/in_elasticsearch/in_elasticsearch_bulk_prot.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,7 @@ int in_elasticsearch_bulk_prot_handle(struct flb_in_elasticsearch *ctx,
859859
flb_sds_destroy(tag);
860860
mk_mem_free(uri);
861861

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

864864
return -1;
865865
}

0 commit comments

Comments
 (0)