1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
Description: fix spelling and a POD error
Author: Florian Schlichting <fsfs@debian.org>
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=125730
--- a/lib/Lingua/ES/Numeros.pm
+++ b/lib/Lingua/ES/Numeros.pm
@@ -1,3 +1,4 @@
+=encoding utf-8
=head1 NAME
@@ -299,7 +300,7 @@
=item %Ns
Formats the fractional part as text with precisión of N digits, for example:
-number '124.345' formated with string 'CON %s.' will yield the text 'ciento
+number '124.345' formatted with string 'CON %s.' will yield the text 'ciento
veinticuatro CON trescientas cuarenta y cinco milE<eacute>simas', and
formatted with string 'CON %2s.' will yield 'ciento veinticuatro CON treinta
y cuatro centE<eacute>simas'.
@@ -308,7 +309,7 @@
Formats the fractional part as a number (no translation), with precision
of N digits, veri similar to sprintf's %d format, for example: number
-'124.045' formated with 'CON %2d ctms.' will yield: 'ciento veinticuatro
+'124.045' formatted with 'CON %2d ctms.' will yield: 'ciento veinticuatro
CON 04 ctms.'
=back
@@ -1190,7 +1191,7 @@
=item $dec
-decimal separator (tipically ',' or '.').
+decimal separator (typically ',' or '.').
=item $sep
|