Skip to content

Commit

Permalink
just tiny typo (grammar)
Browse files Browse the repository at this point in the history
Signed-off-by: Hearen <[email protected]>
  • Loading branch information
Hearen committed Apr 4, 2019
1 parent 0eec554 commit 3eb40e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fluent/plugin/filter_parser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def filter_with_time(tag, time, record)
return t, r
else
if @emit_invalid_record_to_error
router.emit_error_event(tag, time, record, Fluent::Plugin::Parser::ParserError.new("pattern not match with data '#{raw_value}'"))
router.emit_error_event(tag, time, record, Fluent::Plugin::Parser::ParserError.new("pattern not matched with data '#{raw_value}'"))
end
if @reserve_data
t = time
Expand Down

0 comments on commit 3eb40e5

Please sign in to comment.