[libdevice-modem-perl] 17/19: Fix spelling errors as reported by lintian

Christoph Biedl cbiedl at moszumanska.debian.org
Sat Nov 18 09:29:18 UTC 2017


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

cbiedl pushed a commit to branch master
in repository libdevice-modem-perl.

commit 8df41550e04adc0113bc229fcfef85549d33ac89
Author: Christoph Biedl <debian.axhn at manchmal.in-ulm.de>
Date:   Tue Nov 1 19:45:10 2016 +0100

    Fix spelling errors as reported by lintian
---
 debian/patches/fix-manpage-spelling.patch | 63 +++++++++++++++++++++++++++++++
 debian/patches/series                     |  1 +
 2 files changed, 64 insertions(+)

diff --git a/debian/patches/fix-manpage-spelling.patch b/debian/patches/fix-manpage-spelling.patch
new file mode 100644
index 0000000..5e77b14
--- /dev/null
+++ b/debian/patches/fix-manpage-spelling.patch
@@ -0,0 +1,63 @@
+Subject: Fix spelling errors reported by lintian
+Author: Christoph Biedl <debian.axhn at manchmal.in-ulm.de>
+Forwarded: no
+Last-Update: 2016-11-01
+
+--- a/lib/Device/Modem.pm
++++ b/lib/Device/Modem.pm
+@@ -1115,7 +1115,7 @@
+ 	# Simple usage. Timeout and mode are optional.
+     $ok = $mode->dial('123456789');
+ 
+-	# List context: allows to get at exact modem answer
++	# List context: allows one to get at exact modem answer
+ 	# like `CONNECT 19200/...', `BUSY', `NO CARRIER', ...
+     # Also, 30 seconds timeout
+ 	($ok, $answer) = $modem->dial('123456789', 30);
+@@ -1169,7 +1169,7 @@
+ =item C<$mode>
+ 
+ B<optional>, default is C<DATA>, as string.
+-Allows to specify the type of call. Can be either:
++Allows one to specify the type of call. Can be either:
+ 
+ =over 4
+ 
+@@ -1417,7 +1417,7 @@
+ 
+ If you specified an C<init_string> as an option to C<new()> object constructor,
+ that is taken by default to initialize the modem.
+-Else you can specify C<$init_string> parameter to use your own custom intialization
++Else you can specify C<$init_string> parameter to use your own custom initialization
+ string. Be careful!
+ 
+ =head2 status()
+--- a/lib/Device/Modem/FAQ.pod
++++ b/lib/Device/Modem/FAQ.pod
+@@ -4,7 +4,7 @@
+ 
+ =head2 What is C<Device::Modem>?
+ 
+-C<Device::Modem> is a L<perl> extension written in pure perl that allows to
++C<Device::Modem> is a L<perl> extension written in pure perl that allows on to
+ communicate with modems, or generically with C<AT command set compliant> devices
+ connected to your computer via a B<serial port>.
+ 
+@@ -20,7 +20,7 @@
+ 
+ L<Perl> is a wonderful programming language, that cuts development times, helps
+ developer keep mental health, good life-style, doesn't pollute developer's mind,
+-allows complete freedom of style, and (from perl manual), I<gives you enough
++allows one complete freedom of style, and (from perl manual), I<gives you enough
+ rope to hang yourself>.
+ 
+ Some starting points:
+@@ -52,7 +52,7 @@
+ =head2 What is an C<AT command set>?
+ 
+ It is a set of standard commands, also called C<Hayes>, in which
+-(almost) all commands begin with C<AT> prefix and they allow to control
++(almost) all commands begin with C<AT> prefix and they allow one to control
+ a modem, router, whatever device. Also cellular phones work with
+ a subset of standard C<AT> commands.
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 0745831..2753848 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 log-file-location.patch
 fix-pod-errors.patch
+fix-manpage-spelling.patch

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



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