Skip to content

Commit

Permalink
typo fix by Yanick
Browse files Browse the repository at this point in the history
  • Loading branch information
xsawyerx committed Nov 30, 2011
1 parent 15368d0 commit 280245b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Dancer/Session/Abstract.pm
Expand Up @@ -137,7 +137,7 @@ When the session engine is enabled, a I<before> filter takes care to initialize
the appropriate session engine (according to the setting C<session>).
Then, the filter looks for a cookie named C<dancer.session> (or whatever you've
set the C<ssesion_name> setting to, if you've used it) in order to
set the C<session_name> setting to, if you've used it) in order to
I<retrieve> the current session object. If not found, a new session object is
I<created> and its id written to the cookie.
Expand Down

0 comments on commit 280245b

Please sign in to comment.