Skip to content

Commit f94cf72

Browse files
committed
in_kafka: fix type in help text
Signed-off-by: CoreidCC <[email protected]>
1 parent 6357338 commit f94cf72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/in_kafka/in_kafka.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ static struct flb_config_map config_map[] = {
449449
{
450450
FLB_CONFIG_MAP_BOOL, "enable_auto_commit", FLB_IN_KAFKA_ENABLE_AUTO_COMMIT,
451451
0, FLB_TRUE, offsetof(struct flb_in_kafka_config, enable_auto_commit),
452-
"Relay on kafka auto-commit and commit messages in batches"
452+
"Rely on kafka auto-commit and commit messages in batches"
453453
},
454454
/* EOF */
455455
{0}

0 commit comments

Comments
 (0)