summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2014-11-07 21:23:57 +0100
committerDaniel Friesel <derf@finalrewind.org>2014-11-07 21:23:57 +0100
commit856907246d0959b8e3ffb11b541a9a7610115abb (patch)
tree8294fc17ab3558a7e190e4318c42604493c4fd4c
parent6fcf4d3f96b8855172fbe12a7b4c1ddc14c35d33 (diff)
index: fix typo
-rw-r--r--index.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.pl b/index.pl
index 55a0017..c135f68 100644
--- a/index.pl
+++ b/index.pl
@@ -253,7 +253,7 @@ sub handle_request {
destination => $result->destination,
platform => $platform,
info => $info,
- is_cancelled => $result->can('is_canceled')
+ is_cancelled => $result->can('is_cancelled')
? $result->is_cancelled
: undef,
moreinfo => $moreinfo,