Skip to content

Commit

Permalink
Merge pull request #2566 from ethan-daocloud/patch-4
Browse files Browse the repository at this point in the history
server.rb: fix word misspell in message
  • Loading branch information
repeatedly authored Aug 15, 2019
2 parents 35438cd + d3fca5e commit 348d0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fluent/plugin_helper/server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ def server_create_udp_socket(shared, bind, port)
end

# Use string "?" for port, not integer or nil. "?" is clear than -1 or nil in the log.
PEERADDR_FAILED = ["?", "?", "name resolusion failed", "?"]
PEERADDR_FAILED = ["?", "?", "name resolution failed", "?"]

class CallbackSocket
def initialize(server_type, sock, enabled_events = [], close_socket: true)
Expand Down

0 comments on commit 348d0b8

Please sign in to comment.