From 8f12dcd6713bd22f2bbf9f40ace9793c016aea3e Mon Sep 17 00:00:00 2001 From: Corey Ward Date: Thu, 30 Jun 2011 09:31:09 -0700 Subject: [PATCH] Spelling: volnurable -> vulnerable --- rack-protection/lib/rack/protection/json_csrf.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rack-protection/lib/rack/protection/json_csrf.rb b/rack-protection/lib/rack/protection/json_csrf.rb index 6fc3bf72..41ee54ba 100644 --- a/rack-protection/lib/rack/protection/json_csrf.rb +++ b/rack-protection/lib/rack/protection/json_csrf.rb @@ -7,7 +7,7 @@ module Rack # Supported browsers:: all # More infos:: http://flask.pocoo.org/docs/security/#json-security # - # JSON GET APIs are volnurable to being embedded as JavaScript while the + # JSON GET APIs are vulnerable to being embedded as JavaScript while the # Array prototype has been patched to track data. Checks the referrer # even on GET requests if the content type is JSON. class JsonCsrf < Base