summaryrefslogtreecommitdiff
path: root/index.pl
diff options
context:
space:
mode:
Diffstat (limited to 'index.pl')
-rw-r--r--index.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.pl b/index.pl
index b60ee73..b03f312 100644
--- a/index.pl
+++ b/index.pl
@@ -224,7 +224,7 @@ sub handle_request {
if ( $admode eq 'arr' ) {
@results = sort {
( $a->arrival // $a->departure )
- <=> ( $b->arrival // $b->depearture )
+ <=> ( $b->arrival // $b->departure )
} @results;
}
else {