[libnet-dbus-perl] 280/335: Fix spelling errors in POD docs

Intrigeri intrigeri at moszumanska.debian.org
Sat Mar 21 01:08:10 UTC 2015


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to branch experimental
in repository libnet-dbus-perl.

commit 374a11e0de9b71d0de108b6e8589aa44cdc1179b
Author: Daniel P. Berrange <dan at berrange.com>
Date:   Fri May 7 11:19:30 2010 +0100

    Fix spelling errors in POD docs
---
 lib/Net/DBus.pm                     | 2 +-
 lib/Net/DBus/Binding/PendingCall.pm | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/Net/DBus.pm b/lib/Net/DBus.pm
index 52bc8f6..31eba2b 100644
--- a/lib/Net/DBus.pm
+++ b/lib/Net/DBus.pm
@@ -517,7 +517,7 @@ sub _signal_func {
 
 These methods are not usually used, since most services provide introspection
 data to inform clients of their data typing requirements. If introspection data
-is incomplete, however, it may be neccessary for a client to mark values with
+is incomplete, however, it may be necessary for a client to mark values with
 specific data types. In such a case, the following methods can be used. They
 are not, however, exported by default so must be requested at import time by
 specifying 'use Net::DBus qw(:typing)'
diff --git a/lib/Net/DBus/Binding/PendingCall.pm b/lib/Net/DBus/Binding/PendingCall.pm
index a9b7847..130418c 100644
--- a/lib/Net/DBus/Binding/PendingCall.pm
+++ b/lib/Net/DBus/Binding/PendingCall.pm
@@ -35,7 +35,7 @@ Net::DBus::Binding::PendingCall - A handler for pending method replies
 
 =head1 DESCRIPTION
 
-This object is used when it is neccessary to make asynchronous method
+This object is used when it is necessary to make asynchronous method
 calls. It provides the means to be notified when the reply is finally
 received.
 
@@ -109,7 +109,7 @@ sub get_completed {
 
 =item $call->block
 
-Block the caller until the reply is recieved or a timeout
+Block the caller until the reply is received or a timeout
 occurrs.
 
 =cut

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-dbus-perl.git



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