From 31d05a386ed436df4903b5d67d3134def61a11e9 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Mon, 27 Jun 2022 11:39:43 +0000 Subject: [PATCH] Bug 28787: Typo authenticaction Signed-off-by: Marcel de Rooy Signed-off-by: Marcel de Rooy Sponsored-by: Rijksmuseum, Netherlands --- Koha/REST/V1/Auth.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koha/REST/V1/Auth.pm b/Koha/REST/V1/Auth.pm index 84e05920461..43906be1778 100644 --- a/Koha/REST/V1/Auth.pm +++ b/Koha/REST/V1/Auth.pm @@ -82,7 +82,7 @@ sub under { } if ( $c->req->url->to_abs->path eq '/api/v1/oauth/token' ) { - # Requesting a token shouldn't go through the API authenticaction chain + # Requesting a token shouldn't go through the API authentication chain $status = 1; } elsif ( $namespace eq '' or $namespace eq '.html' ) { -- 2.25.1