Skip to content

Commit

Permalink
server.rb: fix word misspell in message
Browse files Browse the repository at this point in the history
Signed-off-by: Guangming Wang <guangming.wang@daocloud.io>
  • Loading branch information
Guangming Wang authored Aug 15, 2019
1 parent f2b24f5 commit d3fca5e
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 d3fca5e

Please sign in to comment.