[libsnmp-extension-passpersist-perl] 11/13: Add a patch to fix some spelling mistakes.

gregor herrmann gregoa at debian.org
Fri May 29 20:44:09 UTC 2015


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

gregoa pushed a commit to branch master
in repository libsnmp-extension-passpersist-perl.

commit 73afbe1a3a06b9463c12b9ce1db3c16f9f77cf5c
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri May 29 22:38:24 2015 +0200

    Add a patch to fix some spelling mistakes.
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5299247
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..4c70fef
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,25 @@
+Description: fix some spelling mistakes
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2015-05-29
+
+--- a/lib/SNMP/Extension/PassPersist.pm
++++ b/lib/SNMP/Extension/PassPersist.pm
+@@ -594,7 +594,7 @@
+ C<pass> or C<pass_persist> mechanisms.
+ 
+ When in C<pass_persist> mode, it provides a mechanism to spare
+-ressources by quitting from the main loop after a given number of
++resources by quitting from the main loop after a given number of
+ idle cycles.
+ 
+ This module can use C<Sort::Key::OID> when it is available, for sorting
+@@ -749,7 +749,7 @@
+ The callbacks are invoked with the corresponding object as first argument,
+ as for a normal method. A heap is available for storing user-defined data.
+ 
+-In the specific case of a programm running in C<pass_persist> mode with
++In the specific case of a program running in C<pass_persist> mode with
+ a forked backend, the callbacks are only executed in the child process
+ (the forked backend).
+ 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libsnmp-extension-passpersist-perl.git



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