Subject: | typo in POD |
Hi,
I'm forwarding a tiny patch that has been in the Debian package of Lingua-EN-NameParse for a while, for inclusion at your convenience:
--- a/lib/Lingua/EN/NameParse.pm
+++ b/lib/Lingua/EN/NameParse.pm
@@ -815,7 +815,7 @@
If name type is unknown , returns null
If the name type has a joint name, such as 'Mr_A_Smith_&_Ms_B_Jones', return null,
-as it is ambigious which surname to place at the start of the string
+as it is ambiguous which surname to place at the start of the string
Else, returns a string of all cased components in correct reversed order
Florian