From 2e40a7377af3d1f6b80f81d9c3b6a226290c0667 Mon Sep 17 00:00:00 2001 From: Peter Date: Sun, 5 Jan 2014 22:46:22 +0100 Subject: [PATCH] Corrected spelling mistake --- spec/lib/wpscan/web_site_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/lib/wpscan/web_site_spec.rb b/spec/lib/wpscan/web_site_spec.rb index c9e62eb5..1d563ea4 100644 --- a/spec/lib/wpscan/web_site_spec.rb +++ b/spec/lib/wpscan/web_site_spec.rb @@ -28,7 +28,7 @@ describe 'WebSite' do end context 'when protocol or trailing slash is missing' do - it 'should add the them' do + it 'should add them' do @uri = 'example.localhost' @expected = 'http://example.localhost/' end