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
|