summaryrefslogtreecommitdiff
path: root/spec/ruby/library/net/ftp/quit_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/library/net/ftp/quit_spec.rb')
-rw-r--r--spec/ruby/library/net/ftp/quit_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/library/net/ftp/quit_spec.rb b/spec/ruby/library/net/ftp/quit_spec.rb
index fdc3a2f795..8e3cb28b90 100644
--- a/spec/ruby/library/net/ftp/quit_spec.rb
+++ b/spec/ruby/library/net/ftp/quit_spec.rb
@@ -22,7 +22,7 @@ describe "Net::FTP#quit" do
@ftp.last_response.should == "221 OK, bye\n"
end
- it "does not close the socket automagically" do
+ it "does not close the socket automatically" do
@ftp.quit
@ftp.closed?.should be_false
end