Skip to content

Commit c1418a2

Browse files
committed
Fix a typo
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
1 parent 80b2320 commit c1418a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fluent/plugin/grok.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def initialize(plugin, conf)
4141
if @plugin.respond_to?(:time_format)
4242
@time_format = @plugin.time_format
4343
end
44-
if @plugin.respond_to?(:timezon)
44+
if @plugin.respond_to?(:timezone)
4545
@timezone = @plugin.timezone
4646
end
4747
end

0 commit comments

Comments
 (0)