r70337 - in /trunk/libcache-memcached-managed-perl/debian/patches: ./ series spelling.patch

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Fri Mar 4 10:38:59 UTC 2011


Author: periapt-guest
Date: Fri Mar  4 10:38:41 2011
New Revision: 70337

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=70337
Log:
spelling patch

Added:
    trunk/libcache-memcached-managed-perl/debian/patches/
    trunk/libcache-memcached-managed-perl/debian/patches/series
    trunk/libcache-memcached-managed-perl/debian/patches/spelling.patch

Added: trunk/libcache-memcached-managed-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcache-memcached-managed-perl/debian/patches/series?rev=70337&op=file
==============================================================================
--- trunk/libcache-memcached-managed-perl/debian/patches/series (added)
+++ trunk/libcache-memcached-managed-perl/debian/patches/series Fri Mar  4 10:38:41 2011
@@ -1,0 +1,1 @@
+spelling.patch

Added: trunk/libcache-memcached-managed-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcache-memcached-managed-perl/debian/patches/spelling.patch?rev=70337&op=file
==============================================================================
--- trunk/libcache-memcached-managed-perl/debian/patches/spelling.patch (added)
+++ trunk/libcache-memcached-managed-perl/debian/patches/spelling.patch Fri Mar  4 10:38:41 2011
@@ -1,0 +1,60 @@
+Author: Nicholas Bamber <nicholas at periapt.co.uk>
+Last-Update: 2011-03-04
+Subject: spelling
+Forwarded: no
+--- a/lib/Cache/Memcached/Managed.pm
++++ b/lib/Cache/Memcached/Managed.pm
+@@ -1616,7 +1616,7 @@
+ 
+ The caller's package provides an identifying version (by default), allowing
+ differently formatted data-structures caused by source code changes, to live
+-seperately from each other in the cache.
++separately from each other in the cache.
+ 
+ =head2 namespace support
+ 
+@@ -1746,7 +1746,7 @@
+ 
+ The data key identifies a piece of data in the L<"data server">.  It is
+ formed by appending the namespace (by default the user id of the process),
+-L<version>, L<key> and L<ID>, seperated by the L<delimiter>.
++L<version>, L<key> and L<ID>, separated by the L<delimiter>.
+ 
+ If a scalar value is specified as an ID, then that value is used.
+ 
+@@ -1807,7 +1807,7 @@
+ data server will be assumed.
+ 
+ If there are multiple memcached servers used for the L<"data server">, then
+-it is advised to use a seperate directory server (as a failure in one of
++it is advised to use a separate directory server (as a failure in one of
+ the memcached backend servers will leave you with an incomplete directory
+ otherwise).
+ 
+@@ -1883,7 +1883,7 @@
+ The specification of the memcached server backend(s) for the L<"data server">.
+ It should either be:
+ 
+- - string with comma seperated memcached server specification
++ - string with comma separated memcached server specification
+  - list ref with memcached server specification
+  - hash ref with Cache::Memcached object specification
+  - blessed object adhering to the Cache::Memcached API
+@@ -1921,7 +1921,7 @@
+ The specification of the memcached server backend(s) for the
+ L<"directory server">.  It should either be:
+ 
+- - string with comma seperated memcached server specification
++ - string with comma separated memcached server specification
+  - list ref with memcached server specification
+  - hash ref with Cache::Memcached object specification
+  - blessed object adhering to the Cache::Memcached API
+@@ -2734,7 +2734,7 @@
+ =head1 THEORY OF OPERATION
+ 
+ The group management is implemented by keeping a type of directory information
+-in a (seperate) directory memcached server.
++in a (separate) directory memcached server.
+ 
+ For each L<group|"group management"> one directory key is maintained in the
+ directory memcached server.  This key consists of the string




More information about the Pkg-perl-cvs-commits mailing list