File: grammar.patch

package info (click to toggle)
libapache-session-memcached-perl 0.03-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 136 kB
  • ctags: 19
  • sloc: perl: 82; makefile: 17; sh: 9
file content (16 lines) | stat: -rw-r--r-- 614 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Minor grammar corrections
Author: Christopher Hoskin <christopher.hoskin@gmail.com>
Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=102007
Last-Update: 2015-02-08

--- a/lib/Apache/Session/Memcached.pm
+++ b/lib/Apache/Session/Memcached.pm
@@ -46,7 +46,7 @@
 Apache::Session::Memcached is a bridge between Apache::Session and
 memcached, a distributed memory cache daemon.
 
-More informations about memcached are available at
+More information about memcached is available at
 L<http://www.danga.com/memcached>.
 
 This module provides a way to use Cache::Memcached (memcached Perl API) as