diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2020-04-16 16:52:19 +0200 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2020-04-16 16:52:19 +0200 | 
| commit | a3ea4fde954a5a854c261fc3fa76a92b7eda982f (patch) | |
| tree | fc2e584004d97ebd7d62c041963c093ca7b409fa | |
| parent | da05a0e9810eba6ba2e9792ff7efbcda2a612b5c (diff) | |
fix a typo1.15.13
| -rw-r--r-- | lib/Travelynx/Command/maintenance.pm | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/Travelynx/Command/maintenance.pm b/lib/Travelynx/Command/maintenance.pm index 5965546..e92018e 100644 --- a/lib/Travelynx/Command/maintenance.pm +++ b/lib/Travelynx/Command/maintenance.pm @@ -149,7 +149,7 @@ sub run {  		# entry[1] is non-empty only while checked in, entry[2] is non-null only  		# if the stop is unscheduled or has been cancelled.  		# -		# Here, we pretened to use the new format, as we're looking for +		# Here, we pretend to use the new format, as we're looking for  		# matching routes in more recent journeys.  		#  		# Note that journey->{route} is serialized JSON (i.e., a string). | 
