summaryrefslogtreecommitdiff
path: root/spec/ruby/library/socket/unixsocket
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/library/socket/unixsocket')
-rw-r--r--spec/ruby/library/socket/unixsocket/peeraddr_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/library/socket/unixsocket/peeraddr_spec.rb b/spec/ruby/library/socket/unixsocket/peeraddr_spec.rb
index ec57b40970..e39c8a0570 100644
--- a/spec/ruby/library/socket/unixsocket/peeraddr_spec.rb
+++ b/spec/ruby/library/socket/unixsocket/peeraddr_spec.rb
@@ -16,7 +16,7 @@ describe "UNIXSocket#peeraddr" do
SocketSpecs.rm_socket @path
end
- it "returns the address familly and path of the server end of the connection" do
+ it "returns the address family and path of the server end of the connection" do
@client.peeraddr.should == ["AF_UNIX", @path]
end