File: spelling.patch

package info (click to toggle)
libhtml-formfu-perl 2.05000-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,328 kB
  • ctags: 831
  • sloc: perl: 12,785; makefile: 9; sql: 5
file content (18 lines) | stat: -rw-r--r-- 704 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: spelling fix
Origin: vendor
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2016-10-29
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=118549
Bug: https://rt.cpan.org/Ticket/Display.html?id=118549

--- a/lib/HTML/FormFu/Constraint/Email.pm
+++ b/lib/HTML/FormFu/Constraint/Email.pm
@@ -81,7 +81,7 @@
 
 Options are passed to L<Email::Valid>. An array or single option is
 passd through with each option as 'true'. Using a hash instead, you
-can pass through more specific key pair options. Remeber in both
+can pass through more specific key pair options. Remember in both
 cases to omitted the leading dash that you would otherwise need if
 using L<Email::Valid> directly.