File: spelling.patch

package info (click to toggle)
libcgi-application-plugin-linkintegrity-perl 0.06-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 308 kB
  • sloc: perl: 269; sh: 7; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 649 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Nicholas Bamber <nicholas@periapt.co.uk>
Subject: Spelling
Bug: https://rt.cpan.org/Ticket/Display.html?id=60920
Last-Update: 2011-11-07
--- a/lib/CGI/Application/Plugin/LinkIntegrity.pm
+++ b/lib/CGI/Application/Plugin/LinkIntegrity.pm
@@ -93,7 +93,7 @@
 Note that in the parameters of the call to << link >>, items enclosed in
 quotes are treated as literal parameters and barewords are treated as
 template params.  So C<'email'> is the literal string, and C<email> is
-the template paramter named email (in this case 'gordon@example.com').
+the template parameter named email (in this case 'gordon@example.com').
 
 =head1 DESCRIPTION