From 18dfb3f81ab54ed3bd5f95693da3a7f1a76e0d98 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Sun, 18 Jan 2015 17:33:02 +0100 Subject: [PATCH] Small typo in comment --- vroom.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vroom.pl b/vroom.pl index 92621a8..79cb86e 100755 --- a/vroom.pl +++ b/vroom.pl @@ -1219,7 +1219,7 @@ any '/api' => sub { ); } - # Now, lets check the key can do the requested action + # Now, lets check if the key can do the requested action my $res = $self->key_can_do_this( token => $token, action => $req->{action},