[libbot-basicbot-perl] 16/18: Add spelling-error-in-manpage.patch

Nick Morrott nickm-guest at moszumanska.debian.org
Sat Aug 26 01:42:34 UTC 2017


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

nickm-guest pushed a commit to branch master
in repository libbot-basicbot-perl.

commit e170834bf072fb6783ab6ade6e22eaee96622ee2
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date:   Fri Aug 25 22:56:51 2017 +0100

    Add spelling-error-in-manpage.patch
---
 debian/patches/series                          |  1 +
 debian/patches/spelling-error-in-manpage.patch | 34 ++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..f7c4b35
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling-error-in-manpage.patch
diff --git a/debian/patches/spelling-error-in-manpage.patch b/debian/patches/spelling-error-in-manpage.patch
new file mode 100644
index 0000000..bf4f0d9
--- /dev/null
+++ b/debian/patches/spelling-error-in-manpage.patch
@@ -0,0 +1,34 @@
+Description: Fix typos detected by lintian
+Author: Nick Morrott <knowledgejunkie at gmail.com>
+Bug: https://github.com/bigpresh/bot-basicbot/pull/12
+Last-Update: 2017-08-25
+---
+--- a/lib/Bot/BasicBot.pm
++++ b/lib/Bot/BasicBot.pm
+@@ -1229,7 +1229,7 @@
+ =item body
+ 
+ Optional. Use this to pass on the body of the incoming message that
+-triggered you to fork this process. Useful for interactive proceses
++triggered you to fork this process. Useful for interactive processes
+ such as searches, so that you can act on specific terms in the user's
+ instructions.
+ 
+@@ -1340,7 +1340,7 @@
+ Takes a channel names as a parameter, and returns a hash of hashes. The
+ keys are the nicknames in the channel, the values are hashes containing
+ the keys "voice" and "op", indicating whether these users are voiced or
+-opped in the channel. This method is only here for backwards compatability.
++opped in the channel. This method is only here for backwards compatibility.
+ You'll probably get more use out of
+ L<POE::Component::IRC::State|POE::Component::IRC::State>'s methods (which
+ this method is merely a wrapper for). You can access the
+@@ -1509,7 +1509,7 @@
+ Maintainership for a while was in the hands of Simon Kent
+ E<lt>simon at hitherto.netE<gt>. Don't know what he did. :-)
+ 
+-I (Tom Insam) recieved patches for tracking joins and parts from Silver,
++I (Tom Insam) received patches for tracking joins and parts from Silver,
+ sat on them for two months, and have finally applied them. Thanks, dude.
+ He also sent me changes for the tick event API, which made sense.
+ 

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



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