[libnet-cli-interact-perl] 08/09: Add patch to fix spelling mistakes in the documentation.

gregor herrmann gregoa at debian.org
Sun May 15 15:07:24 UTC 2016


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

gregoa pushed a commit to branch master
in repository libnet-cli-interact-perl.

commit 6add23ef604a62a37c3af296f710a63677e6ad37
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun May 15 17:05:23 2016 +0200

    Add patch to fix spelling mistakes in the documentation.
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 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..e6f9a58
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,29 @@
+Description: fix spelling mistakes in the POD
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2016-05-15
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=114393
+Bug: https://rt.cpan.org/Ticket/Display.html?id=114393
+
+--- a/lib/Net/CLI/Interact/Manual/Cookbook.pod
++++ b/lib/Net/CLI/Interact/Manual/Cookbook.pod
+@@ -92,7 +92,7 @@
+ 
+  $s->set_prompt('name');
+ 
+-If you want to test whether the current prompt matches a diffrent named Prompt
++If you want to test whether the current prompt matches a different named Prompt
+ from the phrasebook, this method can be used:
+ 
+  $s->prompt_looks_like('name');
+--- a/lib/Net/CLI/Interact/Transport/Base.pm
++++ b/lib/Net/CLI/Interact/Transport/Base.pm
+@@ -127,7 +127,7 @@
+ 
+ =head2 irs_re
+ 
+-Returns the Regular Expression reference used to split lines of reponse from
++Returns the Regular Expression reference used to split lines of response from
+ the connected device. In the end, you will only receive data from this module
+ separated by the C<ors> value (by default a newline character). The C<irs_re>
+ is used internally by the module and is:

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



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