1
0
mirror of https://github.com/dani/vroom.git synced 2024-06-18 20:29:14 +02:00

Typo in comment

This commit is contained in:
Daniel Berteaud 2015-06-22 19:53:16 +02:00
parent de1cbae578
commit d311b4cc6d

View File

@ -1437,7 +1437,7 @@ any '/api' => sub {
);
}
# Here are method not tied to a room
# Here are methods not tied to a room
if ($req->{action} eq 'get_room_list'){
my $rooms = $self->get_room_list;
foreach my $r (keys %{$rooms}){