File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 157
157
<xsl : sequence select =" f:en-spell-out($integer-part) ||
158
158
(if ($en-special-fractions($fractional-part)) then ' and ' || $en-special-fractions($fractional-part)
159
159
else if (string-length($fractional-part) = 1) then ' and ' || f:en-spell-out(xs:integer($fractional-part)) || ' tenths'
160
- else if (string-length($fractional-part) = 2) then ' and ' || f:en-spell-out(xs:integer($fractional-part)) || ' hundrerdths '
160
+ else if (string-length($fractional-part) = 2) then ' and ' || f:en-spell-out(xs:integer($fractional-part)) || ' hundredths '
161
161
else if (string-length($fractional-part) = 3) then ' and ' || f:en-spell-out(xs:integer($fractional-part)) || ' thousandths'
162
162
else ' point ' || f:en-spell-out-digits($fractional-part))" />
163
163
</xsl : function >
You can’t perform that action at this time.
0 commit comments