Typo in comment

This commit is contained in:
Daniel Berteaud 2015-06-22 19:53:16 +02:00
parent de1cbae578
commit d311b4cc6d
1 changed files with 1 additions and 1 deletions

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}){