Skip Menu |

This queue is for tickets about the Sys-Virt CPAN distribution.

Report information
The Basics
Id: 53769
Status: resolved
Priority: 0/
Queue: Sys-Virt

People
Owner: Nobody in particular
Requestors: salvatore.bonaccorso [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: Spelling errors in manpage
Hi Preparing libsys-virt-perl package for Debian, running lintian (a tool to check Debian packages) there where some spelling errors reported in manpages. The attached patch should resolve this. Thanks in advance for consideration Bests Salvatore
Subject: fix_spelling-error-in-manpage.patch
--- a/lib/Sys/Virt.pm +++ b/lib/Sys/Virt.pm @@ -111,7 +111,7 @@ If the optional C<readonly> parameter is supplied, then an unprivileged connection to the VMM will be attempted. If it is not supplied, then it defaults to making a fully privileged connection to the VMM. If the -calling application is not running as root, it may be neccessary to +calling application is not running as root, it may be necessary to provide authentication callbacks. If the optional C<auth> parameter is set to a non-zero value, @@ -124,7 +124,7 @@ types that will be supported. The credential constants in this module can be used as values in this list. The C<callback> parameter should be a subroutine reference containing the -code neccessary to gather the credentials. When invoked it +code necessary to gather the credentials. When invoked it will be supplied with a single parameter, a array reference of requested credentials. The elements of the array are hash references, with keys C<type> giving the type of @@ -1051,7 +1051,7 @@ Register a callback to received notificaitons of domain state change events. Only a single callback can be registered with each connection -instance. The callback will be invoked with four paramters, an +instance. The callback will be invoked with four parameters, an instance of C<Sys::Virt> for the connection, an instance of C<Sys::Virt::Domain> for the domain changing state, and a C<event> and C<detail> arguments, corresponding to the event constants defined in the C<Sys::Virt::Domain> --- a/lib/Sys/Virt/Domain.pm +++ b/lib/Sys/Virt/Domain.pm @@ -392,7 +392,7 @@ domains' current name will be maintained. In normal circumstances, the source host determines the target hostname from the URI associated with the C<destcon> connection. If the destination host is multi-homed -it may be neccessary to supply an alternate destination hostame +it may be necessary to supply an alternate destination hostame via the C<uri> parameter. The C<bandwidth> parameter allows network usage to be throttled during migration. If set to zero, no throttling will be performed. The C<flags>, C<dname>, C<uri> and C<bandwidth> @@ -411,7 +411,7 @@ domains' current name will be maintained. In normal circumstances, the source host determines the target hostname from the URI associated with the C<destcon> connection. If the destination host is multi-homed -it may be neccessary to supply an alternate destination hostame +it may be necessary to supply an alternate destination hostame via the C<uri> parameter. The C<bandwidth> parameter allows network usage to be throttled during migration. If set to zero, no throttling will be performed. The C<flags>, C<dname>, C<uri> and C<bandwidth>
Thanks, I've applied your patch upstream, and it will be included in the next release http://libvirt.org/git/?p=libvirt-perl.git;a=commit;h=cb095263f80c58245d16b6ec4b455bd5002d643f
This was included in the 0.2.4 release now available on CPAN