From: David Steinbrunner Date: Wed, 24 Jul 2013 11:52:04 +0000 (-0400) Subject: Fix typo X-Git-Tag: v0.18~12 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2b79283a8e04ad092d02776e23fdfce4d31e2595;p=catagits%2FCatalyst-Plugin-Session-State-Cookie.git Fix typo --- diff --git a/lib/Catalyst/Plugin/Session/State/Cookie.pm b/lib/Catalyst/Plugin/Session/State/Cookie.pm index dfd10bd..cb7cfe9 100644 --- a/lib/Catalyst/Plugin/Session/State/Cookie.pm +++ b/lib/Catalyst/Plugin/Session/State/Cookie.pm @@ -253,7 +253,7 @@ a browser is not aware of HTTPOnly the flag will be ignored. Default value is 1. -Note1: Many peole are confused by the name "HTTPOnly" - it B +Note1: Many people are confused by the name "HTTPOnly" - it B that this cookie works only over HTTP and not over HTTPS. Note2: This parameter requires Catalyst::Runtime 5.80005 otherwise is skipped.