summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/efa-m2
-rw-r--r--lib/Travel/Status/DE/VRR.pm6
2 files changed, 4 insertions, 4 deletions
diff --git a/bin/efa-m b/bin/efa-m
index 48d321b..25ff251 100755
--- a/bin/efa-m
+++ b/bin/efa-m
@@ -163,7 +163,7 @@ __END__
=head1 NAME
-efa-m - Inofficial interface to the efa.vrr.de departure monitor
+efa-m - Unofficial interface to the efa.vrr.de departure monitor
=head1 SYNOPSIS
diff --git a/lib/Travel/Status/DE/VRR.pm b/lib/Travel/Status/DE/VRR.pm
index fe6c941..884ad86 100644
--- a/lib/Travel/Status/DE/VRR.pm
+++ b/lib/Travel/Status/DE/VRR.pm
@@ -358,7 +358,7 @@ __END__
=head1 NAME
-Travel::Status::DE::VRR - inofficial VRR departure monitor
+Travel::Status::DE::VRR - unofficial VRR departure monitor
=head1 SYNOPSIS
@@ -370,7 +370,7 @@ Travel::Status::DE::VRR - inofficial VRR departure monitor
for my $d ($status->results) {
printf(
- "%s %-8s %-5s %s\n",
+ "%s %d %-5s %s\n",
$d->time, $d->platform, $d->line, $d->destination
);
}
@@ -381,7 +381,7 @@ version 0.02
=head1 DESCRIPTION
-Travel::Status::DE::VRR is an inofficial interface to the VRR departure
+Travel::Status::DE::VRR is an unofficial interface to the VRR departure
monitor available at
L<http://efa.vrr.de/vrr/XSLT_DM_REQUEST?language=de&itdLPxx_transpCompany=vrr&>.