Skip to content

Commit

Permalink
Options#url=: Fixed typo
Browse files Browse the repository at this point in the history
[Closes Arachni#840]
  • Loading branch information
Zapotek committed Feb 14, 2017
1 parent d4922b7 commit f030b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/arachni/options.rb
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def url=( url )
elsif parsed.host == 'localhost' || parsed.host.start_with?( '127.' )

fail Error::ReservedHostname,
"Loopback interfaces (like #{parsed.host}) are nor supported," <<
"Loopback interfaces (like #{parsed.host}) are not supported," <<
' please use a different IP address or hostname.'

else
Expand Down

0 comments on commit f030b9b

Please sign in to comment.