]> git.donarmstrong.com Git - debbugs.git/commitdiff
* Fix lintian issues: libdebbugs-perl: spelling-error-in-manpage for:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>
Mon, 18 Mar 2013 10:36:27 +0000 (11:36 +0100)
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>
Wed, 20 Mar 2013 10:57:24 +0000 (11:57 +0100)
  + usr/share/man/man3/Debbugs::Recipients.3pm.gz
  + usr/share/man/man3/Debbugs::SOAP.3pm.gz
  + usr/share/man/man3/Debbugs::Status.3pm.gz

Debbugs/Recipients.pm
Debbugs/SOAP.pm
Debbugs/Status.pm
debian/changelog

index 47c648541044c8cf3f3a4ee2b7923ba2f37225ac..ae739e973647ef74d2641dfe60b61dacf666093d 100644 (file)
@@ -245,7 +245,7 @@ Using the recipient hashref, determines the set of recipients.
 If you specify one of C<bcc>, C<cc>, or C<to>, you will receive only a
 LIST of recipients which the main should be Bcc'ed, Cc'ed, or To'ed
 respectively. By default, a LIST with keys bcc, cc, and to is returned
-with ARRAYREF values correponding to the users to whom a message
+with ARRAYREF values corresponding to the users to whom a message
 should be sent.
 
 =over
index c1fc85f9b84fb5465bbab56ab916b4b445f1073b..f87581e60c07af74150cacce8a633be362afb79d 100644 (file)
@@ -343,7 +343,7 @@ architectures are at which versions.
 
 =back
 
-This function correponds to L<Debbugs::Packages::get_versions>
+This function corresponds to L<Debbugs::Packages::get_versions>
 
 =cut
 
index 9c9551b3ca262b419743021f58291ad49d408707..6fad22e5f2d6a04359546f41041a44161fd4378c 100644 (file)
@@ -655,7 +655,7 @@ sub makestatus {
 
 Writes the bug status and summary files out.
 
-Skips writting out a status file if minversion is 2
+Skips writing out a status file if minversion is 2
 
 Does not call bughook if disablebughook is true.
 
@@ -773,7 +773,7 @@ exactly are removed. Otherwise, all versions matching the version
 number are removed.
 
 Currently $package and $isbinary are entirely ignored, but accepted
-for backwards compatibilty.
+for backwards compatibility.
 
 =cut
 
index cc5189b955d44018c90f96c2c402dc841722afb5..d9c398d06d64f527db0abdba5c4dacb1e37af093 100644 (file)
@@ -67,6 +67,10 @@ debbugs (2.4.2~exp2) UNRELEASED; urgency=low
   * Fix lintian issues: debbugs source:
     debian-rules-makemaker-prefix-is-deprecated line 44,
     debian-rules-makemaker-prefix-is-deprecated line 56.
+  * Fix lintian issues: libdebbugs-perl: spelling-error-in-manpage for:
+    + usr/share/man/man3/Debbugs::Recipients.3pm.gz
+    + usr/share/man/man3/Debbugs::SOAP.3pm.gz
+    + usr/share/man/man3/Debbugs::Status.3pm.gz
 
  -- Don Armstrong <don@debian.org>  Wed, 25 Aug 2010 01:57:38 -0700