From 3870fc0b2c1d942ded301b09dea53e80191e684d Mon Sep 17 00:00:00 2001 From: ethicalhack3r Date: Fri, 9 Aug 2013 13:04:50 +0200 Subject: [PATCH] Typo fix. Also Travis-CI test... --- lib/wpscan/web_site.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wpscan/web_site.rb b/lib/wpscan/web_site.rb index e0b0cb1b..13e815ce 100644 --- a/lib/wpscan/web_site.rb +++ b/lib/wpscan/web_site.rb @@ -88,7 +88,7 @@ class WebSite end # Will try to find the rss url in the homepage - # Only the first one found iw returned + # Only the first one found is returned def rss_url homepage_body = Browser.get(@uri.to_s).body homepage_body[%r{}, 1]