diff options
author | Daniel Friesel <derf@finalrewind.org> | 2014-08-12 18:19:35 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2014-08-12 18:19:35 +0200 |
commit | 0fc9495fc9d3c4a6d13fd58947c433ecbed7511d (patch) | |
tree | c45d98d0aca5152620262e2018cddc0ecbfbabc9 | |
parent | ca14b83206b32478a7eb1df676d1f870cfaff9e8 (diff) |
Fix typos (patch by gregoa)
<https://rt.cpan.org/Ticket/Display.html?id=97971>
-rwxr-xr-x | bin/efa | 2 | ||||
-rw-r--r-- | lib/Travel/Routing/DE/EFA.pm | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -352,7 +352,7 @@ It also supports other EFA services than L<http://efa.vrr.de>. B<efa> has a builtin list of EFA entry points which can be used with the B<-A> and B<-D> options. You can also specify a custom URL using B<-u>. However, the default EFA service is sufficient in most cases (even ICE -connections all over germany). +connections all over Germany). =head1 OPTIONS diff --git a/lib/Travel/Routing/DE/EFA.pm b/lib/Travel/Routing/DE/EFA.pm index b7084be..00a4697 100644 --- a/lib/Travel/Routing/DE/EFA.pm +++ b/lib/Travel/Routing/DE/EFA.pm @@ -768,7 +768,7 @@ sub get_efa_urls { [ 'http://www.linzag.at/static/XSLT_TRIP_REQUEST2', 'Linz AG' ], [ 'http://212.114.197.7/vgnExt_oeffi/XML_TRIP_REQUEST2', - 'Verkehrsverbund Grossraum Nuernberb' + 'Verkehrsverbund Grossraum Nuernberg' ], [ 'http://efa.vrr.de/vrr/XSLT_TRIP_REQUEST2', |