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
|