Description: spelling fixes
Origin: vendor
Bug:
https://rt.cpan.org/Ticket/Display.html?id=89826
Forwarded:
https://rt.cpan.org/Ticket/Display.html?id=89826
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2016-12-28
--- a/lib/AnyEvent/Memcached.pm
+++ b/lib/AnyEvent/Memcached.pm
@@ -59,7 +59,7 @@
}
} );
- # Rget with sorted responce values
+ # Rget with sorted response values
$memd->rget( 'fromkey', 'tokey', rv => 'array' cb => sub {
my ($values,$err) = shift;
$err and warn "Get failed: @_";
@@ -70,7 +70,7 @@
=head1 DESCRIPTION
-Asyncronous C<memcached/memcachedb> client for L<AnyEvent> framework
+Asynchronous C<memcached/memcachedb> client for L<AnyEvent> framework
=head1 NOTICE
@@ -699,7 +699,7 @@
=head2 rget( $from, $till, [ max => 100 ], [ '+left' => 1 ], [ '+right' => 1 ], [cv => $cv], [ rv => 'array' ], cb => $cb->( $rc, $err ) )
-Memcachedb 1.2.1-beta implements rget method, that allows to look through the whole storage
+Memcachedb 1.2.1-beta implements rget method, that allows one to look through the whole storage
=over 4
--- a/lib/AnyEvent/Memcached/Hash/WithNext.pm
+++ b/lib/AnyEvent/Memcached/Hash/WithNext.pm
@@ -15,7 +15,7 @@
=head1 DESCRIPTION
-Uses the same hashing, as default, but always put key to server, next after choosen. Result is twice-replicated data. Useful for usage with memcachdb
+Uses the same hashing, as default, but always put key to server, next after chosen. Result is twice-replicated data. Useful for usage with memcachdb
=cut
@@ -43,4 +43,4 @@
=cut
-1;
\ No newline at end of file
+1;