1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Description: fix spelling errors
I: libperlbal-perl: spelling-error-in-manpage usr/share/man/man3/Perlbal::Manual::Install.3pm.gz succesfully successfully
I: libperlbal-perl: spelling-error-in-manpage usr/share/man/man3/Perlbal::Manual::Install.3pm.gz succesfully successfully
I: libperlbal-perl: spelling-error-in-manpage usr/share/man/man3/Perlbal::Manual::Logging.3pm.gz lenght length
Author: Jonathan Steinert <deb@hachi.kuiki.net>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2015-05-16
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=104477
Bug: https://rt.cpan.org/Ticket/Display.html?id=104477
--- a/lib/Perlbal/Manual/Install.pod
+++ b/lib/Perlbal/Manual/Install.pod
@@ -108,7 +108,7 @@
Install IO::AIO for better performance.
-=head2 Checking that Perlbal is succesfully installed
+=head2 Checking that Perlbal is successfully installed
Perlbal is shipped with some sample configuration files that reside in the F<conf> directory (of the source).
--- a/lib/Perlbal/Manual/Logging.pod
+++ b/lib/Perlbal/Manual/Logging.pod
@@ -66,7 +66,7 @@
Perlbal::log('warning', "system error: $msg ($info)");
-=item * If we receive a request with a content lenght different from the actual length of the request, L<Perlbal::ClientProxy> logs a critical message:
+=item * If we receive a request with a content length different from the actual length of the request, L<Perlbal::ClientProxy> logs a critical message:
Perlbal::log('crit', "Content length of $clen declared but $self->{buoutpos} bytes written to disk");
|