diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-13 15:36:13 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-13 15:36:13 +0000 |
commit | 708f0228e0bfa87b4dda68bc9041bcf184dda25b (patch) | |
tree | 5bd6e83cd7dbfc49e472ba3265f4ca2fef880b0d /t/test-protocol-ftp.rb | |
parent | 2fc596cc02c0d7ac674fe8aa9ff3caf9bd601a01 (diff) |
Removed duplication, corrected errors in comment.
Diffstat (limited to 't/test-protocol-ftp.rb')
-rwxr-xr-x | t/test-protocol-ftp.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/test-protocol-ftp.rb b/t/test-protocol-ftp.rb index c3c41ae..d06b7af 100755 --- a/t/test-protocol-ftp.rb +++ b/t/test-protocol-ftp.rb @@ -78,7 +78,7 @@ class TestFTPProtocolProbe < Test::Unit::TestCase # - # Now create a probe with a missing URL. + # Now create a probe with a missing host. # assert_raise ArgumentError do bad = FTPTest.new( test_data_bad_two ) |