1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Subject: spelling_err
Origin: vendor
Bug: https://rt.cpan.org/Public/Bug/Display.html?id=72847
Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=72847
From: Alexandre Mestiashvili <alex@biotec.tu-dresden.de>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2015-10-18
--- a/lib/Dancer/Session/Cookie.pm
+++ b/lib/Dancer/Session/Cookie.pm
@@ -209,7 +209,7 @@
This module implements a session engine for sessions stored entirely
in cookies. Usually only B<session id> is stored in cookies and
the session data itself is saved in some external storage, e.g.
-database. This module allows to avoid using external storage at
+database. This module allows one to avoid using external storage at
all.
Since server cannot trust any data returned by client in cookies, this
|