_checked_in: fix typo in hash element name

This commit is contained in:
Birte Kristina Friesel 2023-10-29 15:25:13 +01:00
parent 06d81798ee
commit 0b1de41366
No known key found for this signature in database
GPG key ID: 19E6E524EBB177BA

View file

@ -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;
% }