From: Tatsuhiko Miyagawa Date: Fri, 10 Dec 2010 17:15:45 +0000 (-0800) Subject: typo X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FWeb-Session.git;a=commitdiff_plain;h=869a7cb1530a100d31b47ae0e0128cf366e72f37 typo --- diff --git a/examples/counter-raw.psgi b/examples/counter-raw.psgi index 273d4b7..84d7fe4 100755 --- a/examples/counter-raw.psgi +++ b/examples/counter-raw.psgi @@ -7,7 +7,7 @@ # (integrated via subclassing Plack::Request) and Dancer::Session::PSGI # how to adapt Plack::Middleware::Session to web frameworks API. -# You're not recommended to write a new web applicaiton using this style. +# You're not recommended to write a new web application using this style. use strict; use Plack::Session;