diff options
author | Steve Kemp <steve@steve.org.uk> | 2013-01-14 10:17:13 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2013-01-14 10:17:13 +0000 |
commit | 01d4818fd16e358f393690613587b861afd91d56 (patch) | |
tree | ca12b4e2c30e46a741636b619312cb18adb08aa1 | |
parent | 443641e204f560ab6521db6f629ef69c9ab6f324 (diff) |
fixed comments.
-rw-r--r-- | lib/custodian/protocoltest/http.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/custodian/protocoltest/http.rb b/lib/custodian/protocoltest/http.rb index c4cacb6..11a16d5 100644 --- a/lib/custodian/protocoltest/http.rb +++ b/lib/custodian/protocoltest/http.rb @@ -7,7 +7,7 @@ require 'uri' # This object is instantiated if the parser sees a line such as: # ### -### http://foo.vm.bytemark.co.uk/ must run http with content 'foo' otherwise 'ftp fail'. +### http://foo.vm.bytemark.co.uk/ must run http with content 'page text' otherwise 'http fail'. ### # # @@ -219,7 +219,7 @@ module Custodian # - # If the test fails then report the error../ + # If the test fails then report the error. # def error @error |