Skip to content

Commit

Permalink
config: fix error message grammar (fluent#8818)
Browse files Browse the repository at this point in the history
Signed-off-by: braydonk <braydonk@google.com>
  • Loading branch information
braydonk authored May 14, 2024
1 parent ce7aafa commit 2216068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flb_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ static int configure_plugins_type(struct flb_config *config, struct flb_cf *cf,
/* validate the instance creation */
if (!ins) {
flb_error("[config] section '%s' tried to instance a plugin name "
"that don't exists", name);
"that doesn't exist", name);
flb_sds_destroy(name);
return -1;
}
Expand Down

0 comments on commit 2216068

Please sign in to comment.