Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Daijiro Fukuda <fukuda@clear-code.com>
  • Loading branch information
daipom committed Mar 7, 2023
1 parent bebc6db commit 60829a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fluent/plugin/output.rb
Expand Up @@ -629,7 +629,7 @@ def get_worker_lock_if_need(name)
def get_flush_thread_lock_if_need
need_thread_lock = actual_flush_thread_count > 1
if need_thread_lock
@flush_thread_mutex.synchronize { yeild }
@flush_thread_mutex.synchronize { yield }
else
yield
end
Expand Down

2 comments on commit 60829a9

@ashie
Copy link
Member

@ashie ashie commented on 60829a9 Mar 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, sorry...

@daipom
Copy link
Contributor Author

@daipom daipom commented on 60829a9 Mar 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No problem!

Please sign in to comment.