File: 0001-spelling_err.patch

package info (click to toggle)
libdancer-session-cookie-perl 0.27-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 236 kB
  • ctags: 28
  • sloc: perl: 703; xml: 183; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 793 bytes parent folder | download
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