diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-05-01 12:22:47 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-05-01 12:22:47 +0200 |
commit | 5e460382e4f7800f5c770288a91721379da5f9f7 (patch) | |
tree | ffe1e857f9c105c237ebd09fb85c3e7bd02936e8 /lib/Travel/Status/DE/IRIS.pm | |
parent | a436580ef9ff222b602abfb967e0eb3520da1114 (diff) |
fix typo
Diffstat (limited to 'lib/Travel/Status/DE/IRIS.pm')
-rw-r--r-- | lib/Travel/Status/DE/IRIS.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Travel/Status/DE/IRIS.pm b/lib/Travel/Status/DE/IRIS.pm index d04099e..1178c4f 100644 --- a/lib/Travel/Status/DE/IRIS.pm +++ b/lib/Travel/Status/DE/IRIS.pm @@ -72,7 +72,7 @@ sub new { # tra (transfer?) indicates a train changing its ID, so there are two # results for the same train. Remove the departure-only trains from the - # result set and merge them with their arrival-only counterpairt. + # result set and merge them with their arrival-only counterpart. # This way, in case the arrival is available but the departure isn't, # nothing gets lost. my @merge_candidates |