mirror of
https://github.com/derf/travelynx
synced 2024-11-10 06:54:17 +00:00
_checked_in: fix typo in hash element name
This commit is contained in:
parent
06d81798ee
commit
0b1de41366
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@
|
|||
% }
|
||||
%= $station->[2]{dep}->strftime('%H:%M')
|
||||
% if ($station->[2]{dep_delay}) {
|
||||
%= sprintf('(%+d)', $station->[2]{dep_dely} / 60);
|
||||
%= sprintf('(%+d)', $station->[2]{dep_delay} / 60);
|
||||
% }
|
||||
% last;
|
||||
% }
|
||||
|
|
Loading…
Reference in a new issue