diff --git a/plugins/out_azure_kusto/azure_kusto_conf.c b/plugins/out_azure_kusto/azure_kusto_conf.c index 973a91419c6..eb7f1647bd6 100644 --- a/plugins/out_azure_kusto/azure_kusto_conf.c +++ b/plugins/out_azure_kusto/azure_kusto_conf.c @@ -441,7 +441,7 @@ int azure_kusto_load_ingestion_resources(struct flb_azure_kusto *ctx, ret = 0; } else { - flb_plg_info(ctx->ins, "loading kusto ingestion resourcs"); + flb_plg_info(ctx->ins, "loading kusto ingestion resources"); response = execute_ingest_csl_command(ctx, ".get ingestion resources"); if (response) {