File: fix-typo-in-man.patch

package info (click to toggle)
libimager-qrcode-perl 0.035%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 284 kB
  • sloc: perl: 2,814; makefile: 3
file content (19 lines) | stat: -rw-r--r-- 520 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: Kai Wasserbäch <curan@debian.org>
Subject: Fix a minor typo in the documentation (Lintian).
Last-Update: 2012-03-06
Forwarded: no
---
 lib/Imager/QRCode.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/lib/Imager/QRCode.pm
+++ b/lib/Imager/QRCode.pm
@@ -139,7 +139,7 @@ Create a new QR Code image. This method
 
 =item plot_qrcode($text, \%params)
 
-C<$text> is input text. C<%params> is same paramater as C<new()>.
+C<$text> is input text. C<%params> is same parameter as C<new()>.
 
 =back