From e30edf6c1b35e86420dd564c7ba43dbc72ebf939 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Tue, 20 May 2014 23:05:17 +0200 Subject: [PATCH] Small typo --- public/vroom.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'});