File: spelling

package info (click to toggle)
libhtml-template-dumper-perl 0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 196 kB
  • ctags: 39
  • sloc: perl: 247; makefile: 7
file content (18 lines) | stat: -rw-r--r-- 667 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: fix spelling mistakes
Origin: vendor
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2014-07-10
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=97120
Bug: https://rt.cpan.org/Ticket/Display.html?id=97120

--- a/lib/HTML/Template/Dumper.pm
+++ b/lib/HTML/Template/Dumper.pm
@@ -236,7 +236,7 @@
 a hashref of all the parameters.
 
 This can also be called as a class method, in which case it can take a 
-second paramter containing the data format that the first paramter is 
+second parameter containing the data format that the first parameter is
 in.  This second parameter has the same rules applied to it as 
 C<set_output_format()>.