From 032af86745d43e046f735d0c2dbced78e15c57fd Mon Sep 17 00:00:00 2001 From: Guillaume DOTT Date: Wed, 9 Jan 2013 14:39:19 +0100 Subject: [PATCH] Typo --- lib/project_honeypot_rails/request_suspicious_ips_protection.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/project_honeypot_rails/request_suspicious_ips_protection.rb b/lib/project_honeypot_rails/request_suspicious_ips_protection.rb index a189193..97efcc7 100644 --- a/lib/project_honeypot_rails/request_suspicious_ips_protection.rb +++ b/lib/project_honeypot_rails/request_suspicious_ips_protection.rb @@ -25,7 +25,7 @@ module ProjectHoneypotRails end def handle_unverified_request - render :status => :forbidden, :text => "Forbidden fruit" + render :status => :forbidden, :text => "Forbidden" end end end