diff options
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 ) |