Skip to content

Commit

Permalink
Typo: resourcs -> resources
Browse files Browse the repository at this point in the history
Signed-off-by: George Cheng <[email protected]>
  • Loading branch information
Gerhut authored Jul 29, 2024
1 parent 5c7a94f commit 81c9a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/out_azure_kusto/azure_kusto_conf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 81c9a68

Please sign in to comment.