1
0
mirror of https://github.com/dani/vroom.git synced 2024-06-17 19:59:13 +02:00

Small typo in comment

This commit is contained in:
Daniel Berteaud 2015-01-18 17:33:02 +01:00
parent 91aa46c9c7
commit 18dfb3f81a

View File

@ -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},