diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common/PSGI/Router.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common/PSGI/Router.pm index 26fc6bc59..34d236375 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common/PSGI/Router.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common/PSGI/Router.pm @@ -88,7 +88,7 @@ sub genRoute { $routes->{$word} = $dest; } else { - die "Type $t unauthorizated in routes"; + die "Type $t unauthorized in routes"; } } elsif ( $self->can($dest) ) {