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.
|