From 44a6f2c960ddddb1555e7dda1ec04b09067e6815 Mon Sep 17 00:00:00 2001 From: Christophe Maudoux Date: Sat, 3 Aug 2019 22:33:02 +0200 Subject: [PATCH] Typo --- lemonldap-ng-portal/t/36-Combination-with-token.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lemonldap-ng-portal/t/36-Combination-with-token.t b/lemonldap-ng-portal/t/36-Combination-with-token.t index 69f2462f1..c778a5bc6 100644 --- a/lemonldap-ng-portal/t/36-Combination-with-token.t +++ b/lemonldap-ng-portal/t/36-Combination-with-token.t @@ -48,7 +48,7 @@ sub try { my $user = shift; my $res; - # Gat token + # Get token ok( $res = $client->_get( '/', accept => 'text/html' ), 'Unauth request' ); count(1); my ( $host, $url, $query ) = expectForm( $res, '#', undef, 'token' );