Skip to content
This repository has been archived by the owner on Dec 7, 2018. It is now read-only.

Commit

Permalink
Merge pull request #185 from rimenes/fix-typo
Browse files Browse the repository at this point in the history
Fix typo.
  • Loading branch information
ioquatix committed Jan 28, 2018
2 parents 3a7370c + 5ca46b8 commit f3146c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/echo_unix_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def echo(msg)
puts "*** send to server: '#{msg}'"
@socket.puts(msg)
data = @socket.readline.chomp
puts "*** server unswer '#{data}'"
puts "*** server answer '#{data}'"
data
end

Expand Down

0 comments on commit f3146c8

Please sign in to comment.