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
|