diff --git a/public/vroom.pl b/public/vroom.pl index 6394a67..ac71c54 100755 --- a/public/vroom.pl +++ b/public/vroom.pl @@ -477,7 +477,7 @@ post '/create' => sub { err => 'ERROR_NAME_CONFLICT' ); } - # EVerything went fine, the room is created, lets mark this user owner of the room + # Everything went fine, the room is created, lets mark this user owner of the room # and redirect him on it. else{ $self->session($name => {role => 'owner'});