Skip to content

Commit 384553c

Browse files
author
ekwongchum
committed
fix(out_put):fix typo in tips
Signed-off-by: ekwongchum <[email protected]>
1 parent aa04fc2 commit 384553c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/out_file/file.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ static struct flb_config_map config_map[] = {
650650
{
651651
FLB_CONFIG_MAP_BOOL, "line_append", "false",
652652
0, FLB_TRUE, offsetof(struct flb_file_conf, line_append),
653-
"Append new data to the end off log in same line. Default value is false"
653+
"Append new data to the end of log in same line. Default value is false"
654654
},
655655

656656
/* EOF */

0 commit comments

Comments
 (0)